bug#28334: A gnu extension for gnu grep

2017-09-02 Thread Paul Eggert
It sounds like grep -Z does what you want, so I'm boldly closing this bug report.

bug#28334: A gnu extension for gnu grep

2017-09-02 Thread Camion SPAM
Hello,  for the use with xargs -0, gnu find has a -print0 option allowing the user to process files even having the character in their name. however, in one wants to make à check on the content, this doesn't work anymore : One can write  find -print0 | xargs -0 grep -l | tr '\n' '\0' | xargs