Revision: 6594
Updated Code
at June 1, 2008 03:51 by jturmel
Updated Code
$ rm -rf `find . -type d -name file_name`
Revision: 6593
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 1, 2008 03:50 by jturmel
Initial Code
$ rm -rf `find . -type d -name .svn`
Initial URL
Initial Description
Example code would remove all files/folders recursively starting from the current folder named file_name
Initial Title
Remove certain files recursively in Linux
Initial Tags
linux, files
Initial Language
Bash