mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:26:05 +02:00
ftype: add Chinese translation
This commit is contained in:
parent
c193122f62
commit
1bfccbf187
1 changed files with 15 additions and 0 deletions
15
pages.zh/windows/ftype.md
Normal file
15
pages.zh/windows/ftype.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# ftype
|
||||
|
||||
> 显示或修改用于文件扩展名关联的文件类型.
|
||||
|
||||
- 显示所有文件类型的列表:
|
||||
|
||||
`ftype`
|
||||
|
||||
- 显示特定文件类型的关联程序:
|
||||
|
||||
`ftype {{文件类型}}`
|
||||
|
||||
- 设置特定文件类型的关联程序:
|
||||
|
||||
`ftype {{文件类型}}="{{可执行命令的路径}}"`
|
Loading…
Add table
Reference in a new issue