1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.pt_PT/osx/xed.md

17 lines
362 B
Markdown
Raw Permalink Normal View History

# xed
> Abre ficheiros para editar no Xcode.
> Mais informações: <https://keith.github.io/xcode-man-pages/xed.1.html>.
- Abre um ficheiro no Xcode:
`xed {{ficheiro1}}`
- Abre um ou mais ficheiros no Xcode, cria o ficheiro se o mesmo não existir:
`xed --create {{ficheiro1}}`
- Abre um ficheiro no Xcode e foca na linha 75:
`xed --line 75 {{ficheiro}}`