Hi All,

I have been trying to organize my MP3's, but I ran into a little
trouble. Apparently, one of the rippers that I used wasn't configured
correctly, and evey albumn and song name has spaces. I can go through
and rename each song one at a time, but that will take forever to do.
So, I figured a quick little script like

"
for i in `ls`
do
cp $i `ls $i | sed s/\ /_/g`
done
"

should do the trick. It didn't. It keeps complaining because it tries to
copy each word. What am I missing?

TIA,
Kenny


-- 
----------------------------------------------------------------------------
"Tact is just *not* saying true stuff" -- Cordelia Chase

Kenneth E. Lussier
Sr. Systems Administrator
Zuken, USA
PGP KeyID CB254DD0 
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xCB254DD0


_______________________________________________
gnhlug-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss

Reply via email to