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.
You can find more about fd in my latest article.
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.
You can find more about fd in my latest article.