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,16 +1,20 @@
# assoc
> 显示或改文件扩展名关联。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/assoc>.
> 显示或改文件扩展名与文件类型之间的关联。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/assoc>
- 显示所有当前文件扩展名关联的列表
- 列出所有文件扩展名与文件类型之间的关联
`assoc`
- 显示定扩展名的关联文件类型:
- 显示定扩展名的关联文件类型:
`assoc {{.txt}}`
- 将文件扩展名与特定的文件类型关联
- 设置特定扩展名的关联文件类型:
`assoc {{.txt}}={{txtfile}}`
`assoc .{{txt}}={{txtfile}}`
- 逐屏查看 `assoc` 的输出:
`assoc | {{more}}`