for prefixing i use

Code: 
for i in * ; do mv $i [sitename]_${i#} ; done
but your one's working too...


unfortunately the suffix is still not working...when executed it shows...

mv: cannot stat `\223102-AF.rar\224': No such file or directory

any idea why?