1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 17:17:57 +01:00
tldr/osx/xed.md
Peter Tripp a85601486c Added: Cal, srm, md5, md5sum, xed
Edited cp and rm. Fixed markdown escaping the wildcard.
2014-02-10 15:44:02 -08:00

282 B

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}}