> Roland Turner wrote:
> 
>       find . -type f -print0 | xargs -0 md5sum > md5.list
> 
> The -print0 argument to find causes it to put nulls between filenames
> (instead of newlines).


Aha! Very cool to know - thanks Raz. :)

(off I go to change some of my scripts, most of which were piped through tr
to fix this up!)


<homer>Mmm... Unix</homer>

- Jeff


-- [EMAIL PROTECTED] ----------------------- http://linux.org.au/installfest/
                                                       http://linux.conf.au/
   I am Jack's implicit trust of ActiveX & VBScript.     http://slug.org.au/


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to