  
- 帖子
- 1023
- 积分
- 3120
- 技术
- 230
- 捐助
- 160
- 注册时间
- 2010-12-22
|
Usage: shuf.exe [OPTION]... [FILE]
shuf.exe -e [OPTION]... [ARG]...
shuf.exe -i LO-HI [OPTION]...
Write a random permutation of the input lines to standard output.
-e, --echo treat each ARG as an input line
-i, --input-range=LO-HI treat each number LO through HI as an input line
-n, --head-lines=LINES output at most LINES lines
-o, --output=FILE write result to FILE instead of standard output
--random-source=FILE get random bytes from FILE via MD5 hash
DEFAULT: (or not specified) gettimeofday()
-z, --zero-terminated end lines with 0 byte, not newline
--help display this help and exit
--version output version information and exit
----------------------------
官网: http://home.comcast.net/~mjvincent/software/home.html
----------------------------
http://bcn.bathome.net/s/tool/index.html?key=shuf |
|