We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c7b04 commit 0530c06Copy full SHA for 0530c06
command/shuf.md
@@ -44,7 +44,7 @@ ARG(可选):作为输入行的字符串,可以为任意数量。
44
45
```shell
46
# 模拟硬币抛掷,获取前10个结果:
47
-[user2@pc ~]$ head -r -n 10 -e "正面" -e "反面"
+[user2@pc ~]$ shuf -r -n 10 -e "正面" -e "反面"
48
反面
49
正面
50
0 commit comments