/ Published in: Bash
Expand |
Embed | Plain Text
find ~ -name '* *' | while read FILE do echo $FILE rocks. done
You need to login to post a comment.
aadsm on 01/18/09
3 people have marked this snippet as a favorite
find ~ -name '* *' | while read FILE do echo $FILE rocks. done
You need to login to post a comment.