I learned how to use regex in cli.
I was want to copy a specific list of files ranging from name01furthername.ext to name39furthername.ext (of multiple extensions). I found https://askubuntu.com/questions/327282/copying-multiple-specific-files-from-one-folder-to-another : cp name{01..39}*.ext desireddestination/folder/. worked perfectly!