[slime-devel] .slime/fasl/ directory names

Rafał Strzaliński nablaone at gmail.com
Mon Sep 12 17:57:01 UTC 2005


> 
> Admittedly, this is not a good example, but consider:
> 
>      find . -name '*.x86f' | xargs rm

Try something like this: 

find . -name '*.x86f' -print0 | xargs -0 rm



-- 
Pozdrawiam,
Rafal Strzalinski (nabla)



More information about the slime-devel mailing list