Return to Snippet

Revision: 10910
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