Answers for "linux shred command"

1

linux shred command

# To overwrite the contents of the file multiple times 
# to make it unrecoverable.
$shred -n 10 filename.txt
Posted by: Guest on April-30-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language