Revision: 10910
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 18, 2009 07:12 by aadsm
Initial Code
find ~ -name '* *' | while read FILE do echo $FILE rocks. done
Initial URL
Initial Description
Initial Title
How to loop through filenames with spaces in Bash
Initial Tags
Bash
Initial Language
Bash