From 02eef1387cac6127209ff1f8387aec9afd9a30e1 Mon Sep 17 00:00:00 2001 From: wizarot Date: Tue, 19 Mar 2019 17:09:43 +0800 Subject: [PATCH] xed: add Chinese translation --- pages.zh/osx/xed.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages.zh/osx/xed.md diff --git a/pages.zh/osx/xed.md b/pages.zh/osx/xed.md new file mode 100644 index 0000000000..3f8bfd77b3 --- /dev/null +++ b/pages.zh/osx/xed.md @@ -0,0 +1,15 @@ +# xed + +> 用 Xcode 打开要编辑的文件. + +- 用 XCode 打开文件 : + +`xed {{文件名}}` + +- 在 Xcode 中打开文件,如果不存在则创建: + +`xed -c {{文件名}}` + +- 在 Xcode中打开一个文件并跳转到第75行: + +`xed -l 75 {{文件名}}`