Answers for "terminal remove all files with extension"

2

ubuntu delete all files with extension

cd <dir>
find . -type f -iname \*.jpg -delete
Posted by: Guest on June-07-2020
0

how to remove all files with a certain file type in terminal

rm -rf ./*.tmp
Posted by: Guest on December-13-2020

Code answers related to "terminal remove all files with extension"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language