[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

[文本处理] shuf.exe --- 随机排序

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

返回列表