Re: GNU grep 2.5.4 released

2009-08-21 Thread Antonio Diaz Diaz
Tim Waugh wrote: Use xz, which is newer and the file format is now stable. Xz is not newer. It is simply the new name of lzma-utils[1]. [1] http://sourceforge.net/mailarchive/forum.php?thread_name=200812311955.00120.lasse.collin%40tukaani.org&forum_name=lzmautils-announce "The new code base o

Re: GNU grep 2.5.4 released

2009-08-23 Thread Antonio Diaz Diaz
Hello Jim, Jim Meyering wrote: I would like to distribute compression-stream-agnostic scripts like those in your zutils package via gzip releases. Are you sure this is a good idea? Vincent Lefevre (maintainer of the MPFR package) suggested that utilities like zdiff, bzdiff, lzdiff, etc, shou

bug#28105: Inconsistent exit code with --files-without-match

2020-08-07 Thread Antonio Diaz Diaz
Sorry for being late in the conversation, but I didn't know about this change in grep's exit status until now. On Tue, 15 Aug 2017 22:16:58 -0700 Paul Eggert wrote: The grep documentation says exit status depends on whether lines (not files) are selected, so grep is conforming to its documentat

bug#50116: Text on GNU grep webpage far too big

2021-08-19 Thread Antonio Diaz Diaz
Gavin Smith wrote: https://www.gnu.org/software/grep/manual/grep.html This documentation is not usable because the text is far too big. I assume it is being enlarged with a CSS file. Additionally, it inserts a pilcrow after each option, which may be confusing if one copies the text in an ema

bug#70511: Option to grep into compressed files

2024-04-26 Thread Antonio Diaz Diaz
Dale R. Worley wrote: What doesn't seem to exist is something that does step 2 in a general way. The tool that is needed is something that reads the first few bytes of a file, determines which compression signature is present if any, then processes the contents through the correct decompressor.

bug#70511: Option to grep into compressed files

2024-04-30 Thread Antonio Diaz Diaz
Dale R. Worley wrote: So the construction I'm thinking of would be grep ... --use-compress-program=zcat ... pattern file ... Ah! interesting. Zgrep duplicates some of the work of grep. For example it recurses through directories, feeds grep one file at a time, and prepends the file name