bug#70540: grep -c -r | grep -v ':0$'

2024-04-24 Thread Paul Eggert
On 4/23/24 11:32 AM, Dale R. Worley wrote: However, it seems "natural" to me that "grep -c -l", that is, "grep --count --files-with-matches", should give me this result. Yes, that sounds reasonable. Is your patch a trivial one (10 lines or less)? If so, please send it in. If not, please send

bug#70540: grep -c -r | grep -v ':0$'

2024-04-24 Thread Dennis Clarke via Bug reports for GNU grep
On 4/23/24 14:32, Dale R. Worley wrote: > At least once a week, and often several times a day ... Dear Sir : This is a task I can certainly relate to. Dragging through massive storage servers with find and grep is a terrible way to get things done. > I want to search a tree of files to

bug#70511: Option to grep into compressed files

2024-04-24 Thread Mary via Bug reports for GNU grep
> Do you know zgrep from zutils? TIL! My system does not come with those by default, and instead provides a `zgrep` that is a Bash script supporting only `gzip`. Are those the generally recommended tools to use? (I'm not sure why `zgrep`/`bzgrep`/`xzgrep` would be provided by their respective