Hi Guys
I have a directory structure like below
ac123
ac123456
ac123456
ac134
ac134455
ac194
ac1946778
I want to rename all the directories and its files starting with ac into ab. How can i do this.
I tries outputting ls *.* > list
then renaming them. However the ls produces output that is not in full path format. Is there a better and faster way of renaming all these files.
Thanks
I have a directory structure like below
ac123
ac123456
ac123456
ac134
ac134455
ac194
ac1946778
I want to rename all the directories and its files starting with ac into ab. How can i do this.
I tries outputting ls *.* > list
then renaming them. However the ls produces output that is not in full path format. Is there a better and faster way of renaming all these files.
Thanks