Sixem

Bash Shred Files In Folder

Nov 9th, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.07 KB | None | 0 0
  1. find /my/directory -depth -type f -exec shred -f -n 5 -u -v -z {} \;
Advertisement
Add Comment
Please, Sign In to add comment