1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 00:17:56 +01:00
tldr/pages/osx/xed.md
2014-03-04 23:28:29 +11:00

16 lines
282 B
Markdown

# xed
> Opens files for editing in XCode
- Open file(s) in XCode
`xed {{file1}}`
`xed {{/path/to/file1}} {{/path/to/file2}}`
- 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}}`