/ Published in: Bash
Example code would remove all files/folders recursively starting from the current folder named file_name
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$ rm -rf `find . -type d -name file_name`