Would it be possible to adjust this code to select only names that represent an even number. By renaming just the even-numbered files I can then select them separately. I have hundreds of files named 001.jpg 002.jpg and so on; only numbers, three digits with leading zero(-es). I want to add an modulo check. to the find to filter out just even numbered files but I'm not quite certain how to do that.