Hi,
I have files in my directory which is named like
aaa.sh_save
bbb.sh_save
ccc.sh_save
ddd.ctl_save ...( plus there are many more like this.)
I wanted to rename all of these scripts to ...
aaa.sh
bbb.sh
ccc.sh
ddd.ctl
In other words, the _save should be removed from the file names. How do I acheive this ? This should also affect all files lying in the sub-directories too.... from my current directory it should change all files plus all sub-direcotory files too...
Thanks