[issue2120] zgrep command missing on leaf
Thomas Nikolajsen (via DragonFly issue tracker)
sinknull at leaf.dragonflybsd.org
Mon Aug 29 15:39:20 PDT 2011
Thomas Nikolajsen <thomas.nikolajsen at mail.dk> added the comment:
Use case could be:
zgrep -l XXX *.gz
Translating that like 'for X; do zcat "$X" | grep -l XXX; done'
will not show correct file name.
Also 'zgrep kernel /var/log/messages.0.gz /dev/null'
will have similar problem.
_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue2120>
_____________________________________________________
More information about the Bugs
mailing list