GNU bug report logs - #27783
display help instead of pattern search

Previous Next

Package: grep;

Reported by: PAYET Matthieu -EXT <matthieu.payet-ext <at> transport.alstom.com>

Date: Fri, 21 Jul 2017 15:02:01 UTC

Severity: normal

Tags: notabug

Done: Eric Blake <eblake <at> redhat.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eric Blake <eblake <at> redhat.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#27783: closed (display help instead of pattern search)
Date: Fri, 21 Jul 2017 15:09:04 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 21 Jul 2017 10:07:58 -0500
with message-id <9864f974-eb2e-7211-f35a-d95bd60510cb <at> redhat.com>
and subject line Re: bug#27783: display help instead of pattern search
has caused the debbugs.gnu.org bug report #27783,
regarding display help instead of pattern search
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
27783: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27783
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: PAYET Matthieu -EXT <matthieu.payet-ext <at> transport.alstom.com>
To: "bug-grep <at> gnu.org" <bug-grep <at> gnu.org>
Subject: display help instead of pattern search
Date: Fri, 21 Jul 2017 07:46:20 +0000
[Message part 3 (text/plain, inline)]
Hello,

Grep v2.6.3

> grep -ri "--help" .

Displays the help message instead of searching for the requested pattern.
Same behavior for the pattern "--version"

Matthieu P.

________________________________
CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: Eric Blake <eblake <at> redhat.com>
To: PAYET Matthieu -EXT <matthieu.payet-ext <at> transport.alstom.com>,
 27783-done <at> debbugs.gnu.org
Subject: Re: bug#27783: display help instead of pattern search
Date: Fri, 21 Jul 2017 10:07:58 -0500
[Message part 6 (text/plain, inline)]
tag 27783 notabug
thanks

On 07/21/2017 02:46 AM, PAYET Matthieu -EXT wrote:
> Hello,
> 
> Grep v2.6.3
> 
>> grep -ri "--help" .
> 
> Displays the help message instead of searching for the requested pattern.

Because you didn't tell grep the options were over.  You want:

grep -ri -- --help

> Same behavior for the pattern "--version"

Ditto for any other pattern with a leading '-' - use -- to tell grep
that you are done with option parsing and to treat the next argument as
a pattern or filename.

> CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged.

Sorry, but your disclaimer is unenforceable on publicly-archived lists.
Please consider using a personal address to avoid spamming us with your
employer's legalese.

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

[signature.asc (application/pgp-signature, attachment)]

This bug report was last modified 8 years and 19 days ago.

Previous Next


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