1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-22 00:18:15 +00:00
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
..
2010-09-27 23:29:34 +03:00
2010-09-27 23:29:34 +03:00
2010-09-27 23:29:34 +03:00
2013-04-05 19:28:08 +03:00