-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

shred


> Overwrite files to securely delete data.

More information.


Overwrite a file:

shred {file}

Overwrite a file, leaving zeroes instead of random data:

shred --zero {file}

Overwrite a file 25 times:

shred -n25 {file}

Overwrite a file and remove it:

shred --remove {file}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 01:52:33 2024