Re: [gentoo-user] [OT]: grep -Z not working ???

2011-07-19 Thread Neil Bothwick
On Tue, 19 Jul 2011 05:12:53 +0200, meino.cra...@gmx.de wrote: So when doing find /tmp | grep -Z tmp | xargs -0 md5sum it should work comparable to find /tmp -print0 | xargs -0 md5sum but for me it does not. The man page specifically refers to the newline after a filename,

[gentoo-user] [OT]: grep -Z not working ???

2011-07-18 Thread meino . cramer
Hi, the manual page of grep mentioned the following: -Z, --null Output a zero byte (the ASCII NUL character) instead of the character that normally follows a file name. For example, grep -lZ outputs a zero byte after each file name instead of the usual

Re: [gentoo-user] [OT]: grep -Z not working ???

2011-07-18 Thread Matthew Finkel
On 07/18/11 23:12, meino.cra...@gmx.de wrote: Hi, the manual page of grep mentioned the following: -Z, --null Output a zero byte (the ASCII NUL character) instead of the character that normally follows a file name. For example, grep -lZ outputs a zero byte