Closed EnnoxHD closed 2 years ago
Add a function for shredding/deleting files to the .bashrc file:
.bashrc
function shred { /usr/bin/shred "$1" && rm "$1" }
Add a function for shredding/deleting files to the
.bashrc
file: