xed: add Chinese translation
This commit is contained in:
15
pages.zh/osx/xed.md
Normal file
15
pages.zh/osx/xed.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# xed
|
||||
|
||||
> 用 Xcode 打开要编辑的文件.
|
||||
|
||||
- 用 XCode 打开文件 :
|
||||
|
||||
`xed {{文件名}}`
|
||||
|
||||
- 在 Xcode 中打开文件,如果不存在则创建:
|
||||
|
||||
`xed -c {{文件名}}`
|
||||
|
||||
- 在 Xcode中打开一个文件并跳转到第75行:
|
||||
|
||||
`xed -l 75 {{文件名}}`
|
Reference in New Issue
Block a user