Page 1 of 1

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

PostPosted: Fri May 04, 2018 4:45 am
by jfsamuels
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?

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

PostPosted: Fri May 04, 2018 4:33 pm
by therube
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\.