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

25
pages.zh/linux/dir.md Normal file
View File

@@ -0,0 +1,25 @@
# dir
> 使用每个文件一行的方式列出目录内容,特殊字符由反斜杠转义序列表示。
> 工作方式类似于 `ls -C --escape`。
> 更多信息:<https://manned.org/dir>。
- 列出所有文件,包括隐藏文件:
`dir --all`
- 列出文件及其作者(需要 `-l`
`dir -l --author`
- 列出不匹配指定模式的文件:
`dir --hide={{pattern}}`
- 递归列出子目录:
`dir --recursive`
- 显示帮助信息:
`dir --help`