Hi all,
I am trying to rename multiple files at once (in UNIX). For example:
From
/folder1/abc.txt
/folder2/abc.txt
/folder3/abc.txt
.
.
.
/folder100/abc.txt
to
/folder1/folder1.txt
/folder2/folder2.txt
/folder3/folder3.txt
.
.
.
/folder100/folder100.txt
Is there a quick way to do it? Thanks so much!