bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH v2 0/2] Fix syntax-check on macOS/FreeBSD


From: Bruno Haible
Subject: Re: [PATCH v2 0/2] Fix syntax-check on macOS/FreeBSD
Date: Tue, 04 Dec 2018 01:44:42 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-138-generic; KDE/5.18.0; x86_64; ; )

Roman Bolshakov wrote:
> - added /dev/null as an extra file for uniform grep output regardless of
>   number of files. The file isn't added if grep invocation has "-L" flag

Good point. And likewise, you don't need to add a /dev/null argument
when the grep invocation has a '-l' option (because in this case, the
output of
  grep -l OPTIONS FILE
and
  grep -l OPTIONS /dev/null FILE
is the same).

Bruno




reply via email to

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