If you want to grab multiple files then do something with them, try fd.
For example, you can -x to apply the rm command on the files that end with txt.
-x
rm
You can find more about fd in my latest article.