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

24
pages.zh/common/vidir.md Normal file
View File

@@ -0,0 +1,24 @@
# vidir
> 在文本编辑器中编辑目录。
> 更多信息:<https://joeyh.name/code/moreutils/>。
- 编辑指定目录的内容:
`vidir {{path/to/directory1 path/to/directory2 ...}}`
- 显示程序执行的每个操作:
`vidir --verbose {{path/to/directory1 path/to/directory2 ...}}`
- 编辑当前目录的内容:
`vidir`
- 使用指定的文本编辑器:
`EDITOR={{vim}} vidir {{path/to/directory1 path/to/directory2 ...}}`
-`stdin` 读取要编辑的文件列表:
`{{command}} | vidir -`