Skip to content

Commit ceb2551

Browse files
committed
shred: remove the extension section
1 parent dd21d7f commit ceb2551

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/src/extensions.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,6 @@ Similar to the proc-ps implementation and unlike GNU/Coreutils, `uptime` provide
190190

191191
Just like on macOS, `base32/base64/basenc` provides `-D` to decode data.
192192

193-
## `shred`
194-
195-
The number of random passes is deterministic in both GNU and uutils. However, uutils `shred` computes the number of random passes in a simplified way, specifically `max(3, x / 10)`, which is very close but not identical to the number of random passes that GNU would do. This also satisfies an expectation that reasonable users might have, namely that the number of random passes increases monotonically with the number of passes overall; GNU `shred` violates this assumption.
196-
197193
## `unexpand`
198194

199195
GNU `unexpand` provides `--first-only` to convert only leading sequences of blanks. We support a

0 commit comments

Comments
 (0)