/ Published in: Bash
                    
                                        
This is how to use the shred utility on a folder tree.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
$ find -type f -execdir shred -uv '{}' \;
# now we are left with an empty directory tree.
URL: http://www.linuxforums.org/forum/misc/46693-how-shred-entire-directory-tree.html
Comments
 Subscribe to comments
                    Subscribe to comments
                
                