1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages/osx/xed.md

16 lines
375 B
Markdown

# xed
> Opens files for editing in Xcode.
> More information: <https://keith.github.io/xcode-man-pages/xed.1.html>.
- Open file in Xcode:
`xed {{path/to/file1 path/to/file2 ...}}`
- Open file(s) in Xcode, create if it doesn't exist:
`xed --create {{path/to/file1 path/to/file2 ...}}`
- Open a file in Xcode and jump to line number 75:
`xed --line 75 {{path/to/file}}`