xz/src/scripts
Lasse Collin f229fa32bf xzgrep: Avoid passing both -q and -l to grep.
The behavior of grep -ql varies:
  - GNU grep behaves like grep -q.
  - OpenBSD grep behaves like grep -l.

POSIX doesn't make it 100 % clear what behavior is expected.
Anyway, using both -q and -l at the same time makes no sense
so both options simply should never be used at the same time.

Thanks to Christian Weisgerber.
2014-12-17 21:13:42 +02:00
..
Makefile.am Build: Add options to disable individual command line tools. 2010-10-08 15:25:45 +03:00
xzdiff.1 Major man page updates. 2010-09-27 23:29:34 +03:00
xzdiff.in Fix exit status of "xzdiff foo.xz bar.xz". 2011-09-05 16:05:44 +03:00
xzgrep.1 Major man page updates. 2010-09-27 23:29:34 +03:00
xzgrep.in xzgrep: Avoid passing both -q and -l to grep. 2014-12-17 21:13:42 +02:00
xzless.1 Major man page updates. 2010-09-27 23:29:34 +03:00
xzless.in Avoid unneeded use of awk in xzless. 2013-04-05 19:28:08 +03:00
xzmore.1 Man pages: Use similar syntax for synopsis as in xz. 2013-06-30 18:03:54 +03:00
xzmore.in Major update to the xzgrep and other scripts based on 2009-07-05 22:25:17 +03:00