141f8510d6
your files, is immune to filenames containing spaces, carriage returns, dashes, or any other special characters. You can use it in place of rm in cron jobs, together with "find ... -print0". The output of fwipe0 is specially designed to be parsed easily by machine, so it can be embedded in other applications which need secure file erasure. WWW: http://jeenyus.net/~budney/linux/software/fwipe.html PR: ports/103488 Submitted by: David Thiel <lx(at)redundancy.redundancy.org>
9 lines
471 B
Plaintext
9 lines
471 B
Plaintext
Fwipe is a secure file erasing program. fwipe0, which actually erases
|
|
your files, is immune to filenames containing spaces, carriage returns,
|
|
dashes, or any other special characters. You can use it in place of rm
|
|
in cron jobs, together with "find ... -print0". The output of fwipe0 is
|
|
specially designed to be parsed easily by machine, so it can be embedded
|
|
in other applications which need secure file erasure.
|
|
|
|
WWW: http://jeenyus.net/~budney/linux/software/fwipe.html
|