bash

19
Sep
2011
nicolas

Linux - Helpfull Bash snipets

Linux snipets

This is a collection of scripts that have proven to be helpful over time, it may also be helpful to you.

Destroying all content of a folder permanently

if you find that you need to delete the content of files (shredding) , but not the whole disk you could run the following snippet.

I find this snippet useful when using systems that do not have shred installed - such as synology NAS boxes.

Subscribe to RSS - bash