System Grab Bag

View all TLDR pages from Mac OS X (or from all pages)

xed

Opens files for editing in Xcode. 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:
    xed --create {{filename1}}
  • Open a file in Xcode and jump to line number 75:
    xed --line 75 {{filename}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.

Other Projects

This TLDR page is also found in other projects: