add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,20 +1,20 @@
# shuf
> 生成随机排列。
> 更多信息:<https://keith.github.io/xcode-man-pages/shuf.1.html>.
> 更多信息:<https://keith.github.io/xcode-man-pages/shuf.1.html>
- 随机化文件中行顺序并输出结果:
- 随机化文件中行顺序并输出结果:
`shuf {{文件}}`
`shuf {{路径/到/文件}}`
- 输出结果的前 5
- 输出结果的前 5 个条目
`shuf --head-count=5 {{路径/到/文件}}`
-结果输出写入另一个文件:
- 将输出写入另一个文件:
`shuf {{路径/到/输入文件}} --output={{路径/到/输出文件}}`
- 生成范围1-10的随机数:
- 生成范围为 1 到 10 的随机数
`shuf --input-range=1-10`
`shuf --input-range=1-10`