2 examples for shred

{{ score }}
  # Overwrites file with random data then removes it
shred -u file
        
{{ score }}
  # -u = remove file after shredding -v = verbose;shows progress -z = final overwrite with zero's, can hide shredding.
shred -uvz file