add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -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}}`