shred Command Examples

Overwrite files to securely delete data. More information: https://www.gnu.org/software/coreutils/shred.

shred {{path/to/file}}

shred --verbose {{path/to/file}}

shred --zero {{path/to/file}}

shred --iterations {{25}} {{path/to/file}}

shred --remove {{path/to/file}}

shred -vzun 100 {{path/to/file}}