How to match filenames with [1] at the end?
How to match filenames with [1] at the end?
I have tons of duplicates, all sets have a regular filename and the duplicate filename of filename[1].ext and I can't figure out how to select all files with [1] in the filename with the selection assistant.
I did that, and it matched all file names with the number 1 in them. I had also tried *[1].* but that matches any file name ending in a 1 (before the extension). The brackets are ignored. I was wondering if there was an escape character to have brackets be recognized as part of the string and not part of regular expression. Sort of like the \ and its function in perl. I've also tried \ for that matter, but no matches result.