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

17 lines
308 B
Markdown
Raw Normal View History

# xed
> Opens files for editing in Xcode.
2022-02-14 03:21:43 -08:00
> More information: <https://www.manpagez.com/man/1/xed/>.
- Open file in Xcode:
`xed {{file1}}`
- Open file(s) in Xcode, create if it doesn't exist:
2022-02-14 03:21:43 -08:00
`xed --create {{filename1}}`
- Open a file in Xcode and jump to line number 75:
2022-02-14 03:21:43 -08:00
`xed --line 75 {{filename}}`