Michael D Schleif <[EMAIL PROTECTED]> writes:
MDS> More and more, *nix developers are following the dark path of using
MDS> whitespace in directory and filenames -- something which I've always
MDS> detested, from an sa standpoint ;<
MDS> 
MDS> For example, on my upgraded potato box I may want to do something this
MDS> simple:
MDS> 
MDS>    grep pump `find /etc/ -type f`

find /etc -type f -print0 | xargs -0 grep pump

-- 
David Maze         [EMAIL PROTECTED]      http://people.debian.org/~dmaze/
"Theoretical politics is interesting.  Politicking should be illegal."
        -- Abra Mitchell

Reply via email to