Page 1 of 1
Batch rename
Posted: Mon Aug 30, 2021 7:22 pm
by ra-dio
Hi,
I have file names like this:
IMG_2021-08-15 15.41.54.jpg
and I would like to batch convert them to:
IMG_20210815_154154.jpg
How can I do this?
Re: Batch rename
Posted: Wed Sep 01, 2021 12:20 am
by Ghost_Rider
Are you running windows? Linux? or Mac?
With linux it is dead simple to do that with a shell script from a terminal window. Windows 10 has the shell that can be used for the nearly the same. Mac I don't have experience with.
Re: Batch rename
Posted: Wed Sep 01, 2021 5:31 am
by ra-dio
Hi,
I run Linux. I thought i can do this via find and replace using batch rename ... What is your method?
Re: Batch rename
Posted: Wed Sep 01, 2021 9:19 am
by xnview
you can perhaps do it in 2 steps with replace in batch rename
Re: Batch rename
Posted: Wed Sep 01, 2021 3:38 pm
by ra-dio
Ok, but how? What is the pattern? I was looking for list of regular expressions and have not found. How would you do this?
What should I insert in Find
and
what should I insert in Replace?