[slime-devel] Re: .slime/fasl/ directory names
Marco Baringer
mb at bese.it
Mon Sep 12 18:46:03 UTC 2005
Lynn Quam <quam at 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...
--
-Marco
Ring the bells that still can ring.
Forget the perfect offering.
There is a crack in everything.
That's how the light gets in.
-Leonard Cohen
More information about the slime-devel
mailing list