how to shred a folder
18 May 2016
cd to your directory then
find -iname "*" -type f | xargs shred -fuzv
from [http://askubuntu.com/questions/122549/how-to-shred-a-folder]
blog comments powered by Disqus
cd to your directory then
find -iname "*" -type f | xargs shred -fuzv
from [http://askubuntu.com/questions/122549/how-to-shred-a-folder]