bug-gzip
[Top][All Lists]
Advanced

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

bug#22945: Surprising behaviour (bug?) of zgrep in combination with the


From: Antonio Diaz Diaz
Subject: bug#22945: Surprising behaviour (bug?) of zgrep in combination with the -f option and process substitutions
Date: Thu, 17 Mar 2016 17:39:24 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.8.1.4) Gecko/20070601 SeaMonkey/1.1.2

Paul Eggert wrote:
Draft gzip 1.7 doesn't work for me (Fedora 23 x86-64). I have worked on a patch but don't have a reliable fix yet, or even a portable test case to illustrate the bug. Perhaps we should just think of it as a known bug for now.

What about using command substitution with '-e' instead of process substitution with '-f'?

  zgrep -e "$(cat FILE)" file1.lz file2.gz


Best regards,
Antonio.





reply via email to

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