Quote:
Originally Posted by ghostdog74
no need the "ls". its useless and will break on file names with spaces. also no need to call egrep (if using bash)
Code:
for file in *
do
mv "$file" "${file//[@^&]/}
done
|
thank you very much for all of you who helped me today. it seems i got the trick . i tested rsynce . and it did the trick .
thank you . .
Regards,
MaaS