xed: add Chinese translation

italian
wizarot 2019-03-19 17:09:43 +08:00 committed by Owen Voke
parent e6b3dee5f7
commit 02eef1387c
1 changed files with 15 additions and 0 deletions

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 {{文件名}}`