mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 02:46:01 +02:00
xed: add Chinese translation
This commit is contained in:
parent
e6b3dee5f7
commit
02eef1387c
1 changed files with 15 additions and 0 deletions
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 {{文件名}}`
|
Loading…
Add table
Reference in a new issue