mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:53:50 +02:00
assoc: add Chinese translation
This commit is contained in:
parent
31d784bc09
commit
87eea83ec9
1 changed files with 15 additions and 0 deletions
15
pages.zh/windows/assoc.md
Normal file
15
pages.zh/windows/assoc.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# assoc
|
||||
|
||||
> 显示或修改文件扩展名关联.
|
||||
|
||||
- 显示所有当前文件扩展名关联的列表:
|
||||
|
||||
`assoc`
|
||||
|
||||
- 显示指定扩展名的关联文件类型:
|
||||
|
||||
`assoc {{.txt}}`
|
||||
|
||||
- 将文件扩展名与特定的文件类型关联:
|
||||
|
||||
`assoc {{.txt}}={{txtfile}}`
|
Loading…
Add table
Reference in a new issue