linux命令shuf  1 shuf --help
2⽤法: shuf [选项]... [⽂件]
3 或者:  shuf -e [选项]... [参数]...
4 或者:  shuf -i LO-HI [选项]...
5 Write a random permutation of the input lines to standard output.
6
7如果没有指定⽂件,或者⽂件为"-",则从标准输⼊读取。
8
9必选参数对长短选项同时适⽤。
10  -e, --echo                treat each ARG as an input line
11  -i, --input-range=LO-HI  treat each number LO through HI as an input linelinux登录命令
12  -n, --head-count=COUNT    output at most COUNT lines
13  -o, --output=FILE        write result to FILE instead of standard output
14      --random-source=FILE  get random bytes from FILE
15  -r, --repeat              output lines can be repeated
16  -z, --zero-terminated    line delimiter is NUL, not newline
17      --help        显⽰此帮助信息并退出
18      --version        显⽰版本信息并退出
19
20 GNU coreutils online help: </software/coreutils/>
21请向</team/zh_CN.html> 报告shuf 的翻译错误
22 Full documentation at: </software/coreutils/shuf>
23 or available locally via: info'(coreutils) shuf invocation'
ps:
- -n 30
从⽂件中随机读取30⾏⽂本输出到

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。