Answers for "linux remove all file with extension"

2

ubuntu delete all files with extension

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

Code answers related to "linux remove all file with extension"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language