/ Published in: Bash
Find and replace
Expand |
Embed | Plain Text
find . -name "search_terms" -exec rm -rf {} \;
Comments
Subscribe to comments
You need to login to post a comment.
Find and replace
find . -name "search_terms" -exec rm -rf {} \;
Subscribe to comments
You need to login to post a comment.
Malicious script. This snipped removes every file matching "search_terms"!!
Nothing to do with the title "Find and replace".