This website works better with JavaScript.
Home
Explore
Help
Sign In
mar
/
sysadmin
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
How to set up/manage services on a computer
15
Commits
1
Branch
0
Tags
179 KiB
Shell
100%
Tree:
df7920a009
sysadmin
/
linux
/
bash
/
find-and-delete-files-by-ex...
124 B
Raw
Blame
History
recursively find and delete files with a certain extension
find ${dir:?} -name "*${extension:?}" -type f -delete