python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Re-naming multiple files
I have multiple directories inside which there are multiple files.
In directory1 files have the name format:
1.2.826.0.1.3680043.2.133.1.3.49.1.124.27456-3-1-10jd0au.dcm
1.2.826.0.1.3680043.2.133.1.3....
Dushi Fdz
Votes: 0
Answers: 1
Renaming directories
I've got like 230 directories of this kind (1367018589_name_nameb_namec_named) and would like to rename them into (Name Nameb Namec Named).
To be more precise:
Removing numbers
Replacing underscores ...
Dado
Votes: 0
Answers: 1
how to rename multiple files 00001.png to 000001.png
how to rename multiple files 00001.png to 000001.png basically add 1 more 0 to it
the folder has 200,000 pngs. as 00001.png,00002.png,00003.png,00004.png,00005.png......
everything is in order , after...
Natasha Imanbh
Votes: 0
Answers: 1
How to remove a part of a Filename using bash
I have a some filenames that I would like to (ideally manually) rename using a bash script which is run every hour using crontab.
The Filenames are as such:
SeriesName v01 (Year) (Other irrelevant Dat...
WorldTeacher
Votes: 0
Answers: 0