Can I use shell wildcards to select filenames ranging across double-digit numbers (e.g., from foo_1.jpg to foo_54.jpg)? August 21, 2023 by Tarik I assume you want to copy these files to another directory: cp -t target_directory foo_{0..54}.jpg