I have huge number of files in folders whose names are as following:
abc.test.txt
edf.main.txt
num2.tb.doc
file3.map.csv
file4.test.csv
I would like these files to be renamed such a way that the text in between the .
is removed and above files are renamed as following :
abc.txt
edf.txt
num2.doc
file3.csv
file4.csv
Is this possible?
I found something similar but doesn't satisfy what I need to.
how can I rename multiple files by removing a character or string?
ab.cd.ef.gh
(that is, three or more dots) and if so, should those be renamed too and how ? – don_crissti Apr 22 '16 at 18:00