osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)
This commit is contained in:
16
pages.ko/osx/xed.md
Normal file
16
pages.ko/osx/xed.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# xed
|
||||
|
||||
> Xcode에서 파일을 열어 편집합니다.
|
||||
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/xed.1.html>.
|
||||
|
||||
- Xcode에서 파일 열기:
|
||||
|
||||
`xed {{경로/대상/파일1 경로/대상/파일2 ...}}`
|
||||
|
||||
- Xcode에서 파일을 열고, 없으면 생성:
|
||||
|
||||
`xed --create {{경로/대상/파일1 경로/대상/파일2 ...}}`
|
||||
|
||||
- Xcode에서 파일을 열고 75번째 줄로 이동:
|
||||
|
||||
`xed --line 75 {{경로/대상/파일}}`
|
Reference in New Issue
Block a user