add new chinese translations
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# xed
|
||||
|
||||
> 用 Xcode 打开要编辑的文件。
|
||||
> 更多信息:<https://keith.github.io/xcode-man-pages/xed.1.html>.
|
||||
> 在 Xcode 中打开文件进行编辑。
|
||||
> 更多信息:<https://keith.github.io/xcode-man-pages/xed.1.html>。
|
||||
|
||||
- 用 Xcode 打开文件:
|
||||
- 在 Xcode 中打开文件:
|
||||
|
||||
`xed {{文件名}}`
|
||||
`xed {{path/to/file1 path/to/file2 ...}}`
|
||||
|
||||
- 在 Xcode 中打开文件,如果不存在则创建:
|
||||
- 在 Xcode 中打开文件(如果文件不存在则创建):
|
||||
|
||||
`xed --create {{文件名}}`
|
||||
`xed --create {{path/to/file1 path/to/file2 ...}}`
|
||||
|
||||
- 在 Xcode 中打开一个文件并跳转到第 75 行:
|
||||
- 在 Xcode 中打开文件并跳转到第 75 行:
|
||||
|
||||
`xed --line 75 {{文件名}}`
|
||||
`xed --line 75 {{path/to/file}}`
|
Reference in New Issue
Block a user