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