Lynn Quam quam@ai.sri.com writes:
find . -name '*.x86f' | xargs grep '(defun '
find . -name "*.x86f" -print0 | xargs -0 grep '(defun '
grep: ./cmu-snapshot: No such file or directory grep: 2005-09: No such file or directory
Admittedly, this is not a good example, but consider:
find . -name '*.x86f' | xargs rm
This wouldn't be a problem with if we had something like the Scheme-Shell (scsh), but ...
though i still think clsh would be a great idea...