1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

(rm invocation): Add the warning (also in the --help output)

that the contents of a removed file are often recoverable.
This commit is contained in:
Jim Meyering
2002-06-03 11:06:58 +00:00
parent 52fc0276d7
commit 9897e1994c

View File

@@ -6394,6 +6394,10 @@ or @option{--force} option is not given, or the @option{-i} or
for whether to remove the file. If the response does not begin with
@samp{y} or @samp{Y}, the file is skipped.
@emph{Warning}: If you use @command{rm} to remove a file, it is usually
possible to recover the contents of that file. If you want more assurance
that the contents are truly unrecoverable, consider using @command{shred}.
The program accepts the following options. Also see @ref{Common options}.
@table @samp