[plug] rm of contents

Matt Kemner zombie at penguincare.com.au
Mon Mar 17 12:31:54 WST 2003


On Mon, 17 Mar 2003, quoth Leon Brooks:

>
> Almost. Try it with a filename that contains spaces, wildcards or brokets.

Use quotes to fix that

ie:
for FILE in `find dir .....`
do
<command> "$FILE"
done

 - Matt



More information about the plug mailing list