GNU bug report logs - #56453
Bug reports

Previous Next

Package: grep;

Reported by: "GUI" <1678556598 <at> qq.com>

Date: Fri, 8 Jul 2022 16:40:01 UTC

Severity: normal

Tags: notabug

Full log


Message #8 received at 56453 <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: GUI <1678556598 <at> qq.com>
Cc: 56453 <at> debbugs.gnu.org
Subject: Re: bug#56453: Bug reports
Date: Fri, 8 Jul 2022 12:03:14 -0500
On 7/8/22 06:35, GUI via Bug reports for GNU grep wrote:
> [root <at> localhost ~]# grep Download dwad dawdwa Downloads Downloads ^C [root <at> localhost ~]#

It looks like you typed the string "grep Download dwad dawdwa Downloads 
Downloads" and then typed control-C. This caused the shell to not 
execute grep at all. You need to type a CARRIAGE RETURN (labeled "Enter" 
on most keyboards) to actually run grep.

Here's what happens when I run the command (properly entered) on my 
platform. grep matches its documentation here: since -r is not 
specified, the search is not recursive.

$ grep Download dwad dawdwa Downloads Downloads
grep: dwad: No such file or directory
grep: dawdwa: No such file or directory
grep: Downloads: Is a directory
grep: Downloads: Is a directory





This bug report was last modified 2 years and 343 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.