xed: add Chinese translation

This commit is contained in:
wizarot 2019-03-19 17:09:43 +08:00 committed by Owen Voke
parent e6b3dee5f7
commit 02eef1387c

15
pages.zh/osx/xed.md Normal file
View File

@ -0,0 +1,15 @@
# xed
> 用 Xcode 打开要编辑的文件.
- 用 XCode 打开文件 :
`xed {{文件名}}`
- 在 Xcode 中打开文件,如果不存在则创建:
`xed -c {{文件名}}`
- 在 Xcode中打开一个文件并跳转到第75行:
`xed -l 75 {{文件名}}`