bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56453: Bug reports


From: Paul Eggert
Subject: bug#56453: Bug reports
Date: Fri, 8 Jul 2022 12:03:14 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

On 7/8/22 06:35, GUI via Bug reports for GNU grep wrote:
[root@localhost ~]# grep Download dwad dawdwa Downloads Downloads ^C 
[root@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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]