How Do I Delete/Move all files with " 1.*" in them?

Post any general comments regarding Bulk Rename Utility here. Open to all registered users.

How Do I Delete/Move all files with " 1.*" in them?

Postby jfsamuels » Fri May 04, 2018 4:45 am

Microsoft OneDrive messed up the files in many of my folders by duplicating the files and adding a space and number 1 in the filename before the period. I need to select those and move them to another folder, or just delete them. I have not been able to figure out how to do this. Can anyone help?
jfsamuels
 
Posts: 1
Joined: Fri May 04, 2018 4:32 am

Re: How Do I Delete/Move all files with " 1.*" in them?

Postby therube » Fri May 04, 2018 4:33 pm

12:Filter
RegEx (enable)
Code: Select all
^.*\s+1\.



That said, you might find Everything more convenient to use for a situation like that.
Code: Select all
regex:^.*\s+1\.
c:\one_drive\files\  regex:regex:^.*\s+1\.
therube
 
Posts: 1314
Joined: Mon Jan 18, 2016 6:23 pm


Return to General Comments


cron