GetFileInfo, reboot, wifi-password: add Chinese translations (#4175)

This commit is contained in:
Flex Zhong
2020-07-17 05:11:54 +08:00
committed by GitHub
parent ace831e217
commit a74ca40f67
3 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# GetFileInfo
> 获取有关 HFS+ 目录中文件的信息.
- 显示有关给定文件的信息:
`GetFileInfo {{路径/文件名}}`
- 显示给定文件的创建日期和时间:
`GetFileInfo -d {{路径/文件名}}`
- 显示给定文件的上次修改日期和时间:
`GetFileInfo -m {{路径/文件名}}`
- 显示给定文件的创建者:
`GetFileInfo -c {{路径/文件名}}`