1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/xed.md
2016-01-20 03:48:16 -08:00

15 lines
239 B
Markdown

# xed
> Opens files for editing in XCode.
- Open file in XCode:
`xed {{file1}}`
- Open file(s) in XCode, create if it doesn't exist:
`xed -c {{filename1}}`
- Open a file in XCode and jump to line number 75:
`xed -l 75 {{filename}}`