shuf -n1000 final.bed > final.1000.bed
-i, --input-range=LO-HI 将数字范围LO(最低)到HI(最高)之间的作为输入行。-n, --head-count=COUNT 只输出前COUNT行。-o, --output=FILE 将随机排序后的输出写到一个文件中
shuf -i 1-100 -n 3 -o rand.txt
347 篇文章
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!