Skip to content

Instantly share code, notes, and snippets.

@markuszeller
Created July 1, 2019 07:55
Show Gist options
  • Save markuszeller/1a5fb683cad120b97e706b7020314d2c to your computer and use it in GitHub Desktop.
Save markuszeller/1a5fb683cad120b97e706b7020314d2c to your computer and use it in GitHub Desktop.
Wipe files of current directory
find . -type f -print -exec shred -u {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment