> Also, I think there is a way to handle file names with spaces in them > by using a print0 argument to find, but I have never been able to get > that to work on my NT / cygwin box. just use 'print0' in combination with 'xargs -0' as in find . -name "*.java" -print0 | xargs -0 grep "something" heinz-dieter
- RE: CONTRIB: recursive search in files of the Heinz-Dieter Conradi
- RE: CONTRIB: recursive search in files of the Mark Bucciarelli
