1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 01:26:03 +02:00

ftype: add Chinese translation

This commit is contained in:
Starccy 2019-03-11 10:46:25 +08:00 committed by Starbeamrainbowlabs
parent c193122f62
commit 1bfccbf187

15
pages.zh/windows/ftype.md Normal file
View file

@ -0,0 +1,15 @@
# ftype
> 显示或修改用于文件扩展名关联的文件类型.
- 显示所有文件类型的列表:
`ftype`
- 显示特定文件类型的关联程序:
`ftype {{文件类型}}`
- 设置特定文件类型的关联程序:
`ftype {{文件类型}}="{{可执行命令的路径}}"`