/ Published in: Bash
Find and replace
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -name "search_terms" -exec rm -rf {} \;