lucky13
Group: Members
Posts: 1478
Joined: Feb. 2007 |
|
Posted: Jan. 04 2008,21:42 |
|
Going off top of my head (no flash on this computer)... rewrite 3x (default is 25x), zero-out, remove, verbose output in terminal. You can add "f" to the first group of flags to force despite permissions, change 3 to suit your tastes/CPU speed/paranoia level.
Code Sample | #!/bin/bash exec aterm -T shredder -e shred -uvz -n 3 "$@"
|
-------------- "It felt kind of like having a pitbull terrier on my rear end." -- meo (copyright(c)2008, all rights reserved)
|