On 05/08/2021 10:13, Evan Greenup via GNU coreutils General Discussion wrote:
Currently, `shred` can securely wipe single file without remaining any
recoverable data on the storage, while `rm` can only un-link the file.
However, `rm` is capable to remove files recursively, with "-R/"--recursive"
flag, it is able to remove entire specific directory tree.
It would be awesome, if it support "-R" flag, which can wipe whole directory
tree, include shred file content, rename files and folder names with random string.
Sent with [ProtonMail](https://protonmail.com/) Secure Email.
This has been asked a few times previously:
https://www.gnu.org/software/coreutils/rejected_requests.html#shred
thanks,
Pádraig