View Single Post
  #2627  
Old 31.05.2023, 12:13
amcucchi amcucchi is offline
Junior Loader
 
Join Date: Oct 2020
Posts: 10
Question Rename filename single character

How I can write a script to rename all file I download that contains the character _ with character . ?

Example : I want to automatically rename this

I_Hate_Suzie_2021_1x01.mp4

in this

I.Hate.Suzie.2021.1x01.mp4

I tried to do a packagizer rule that for every file that contains * in the name

rename it in (I tried to write a regex formula similar to sed) /_/\./

but it not work.

Can you help me?
__________________
Amcucchi

Last edited by amcucchi; 31.05.2023 at 12:15.
Reply With Quote