mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 07:24:55 +02:00
15 lines
239 B
Markdown
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}}`
|