Rinehart, Raleigh wrote:
You can do a mass rename with something like this in a bash shell (untested)
find . -name *.flac | while read f; do mv "$f" `echo "$f" | sed 's/ /-/g'`; done
I love Unix:)

Patrick


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to