bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21502: 'shred' -NUMBER not recognised


From: Nick Rose
Subject: bug#21502: 'shred' -NUMBER not recognised
Date: Wed, 16 Sep 2015 23:23:17 +0000 (UTC)

Ostensible discrepancy between 'shred' and its documentation.
(shred (GNU coreutils) 8.23 on Xubuntu 14.10)

On the 'shred' info page:

‘-NUMBER’
‘-n NUMBER’
‘--iterations=NUMBER’
     By default, ‘shred’ uses 3 passes of overwrite.  You can reduce
     this to save time, or increase it if you think it’s appropriate.
     After 25 passes all of the internal overwrite patterns will have
     been used at least once.


If I try the '-NUMBER' method to specify number of iterations:

$ shred -1 file
shred: invalid option -- '1'
Try 'shred --help' for more information.

The other two methods for specifying number of iterations work.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]