the old spaces in file names thingy in shell scripts

Etusivu
Liitteet:
Viesti alkuperäisessä muodossaan
+ (text/plain)
Poista viesti
Vastaa
Lähettäjä: Craig White
Päiväys:  
Vastaanottaja: Main PLUG discussion list
Aihe: the old spaces in file names thingy in shell scripts
My script breaks if the file names have spaces...

#!/bin/sh
#
BASE="/home/storage/users/craig/Desktop/dw"
IN="in"
OUT="out"
for f in *.flv; do ffmpeg -i $f `basename $f.mp4 .flv`; done
mv *flv $BASE/$IN
mv *mp4 $BASE/$OUT

How can I fix this?

--
Craig White <>

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss