mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
the cat /dev/random can be too long, use the Shakespeare text
This commit is contained in:
parent
ad05b2f7cb
commit
7c49bf4bd1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ renaming the executable from `shuf` to `shuf.old`.
|
|||
Sample input can be generated using `/dev/random`:
|
||||
|
||||
```shell
|
||||
cat /dev/random | base64 | fold | head -n 50000000 > input.txt
|
||||
wget -O input.txt https://www.gutenberg.org/files/100/100-0.txt
|
||||
```
|
||||
|
||||
To avoid distortions from IO, it is recommended to store input data in tmpfs.
|
||||
|
|
Loading…
Reference in a new issue