Return to Snippet

Revision: 21729
at December 19, 2009 09:59 by narkisr


Initial Code
$ find -type f -execdir shred -uv '{}' \;
# now we are left with an empty directory tree.

Initial URL
http://www.linuxforums.org/forum/misc/46693-how-shred-entire-directory-tree.html

Initial Description
This is how to use the shred utility on a folder tree.

Initial Title
Shreding a folder tree

Initial Tags


Initial Language
Bash