Shell/Bash: ubuntu delete all files with extension Example
Shell/Bash Example: This is the "ubuntu delete all files with extension" Example. compiled from many sources on the internet by SimpleTutorials.org
ubuntu delete all files with extension
cdfind . -type f -iname \*.jpg -delete
* Summary: This "ubuntu delete all files with extension" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!