TLDR
Enter a command. For example: launchctl, carthage, bc, xip, diskutil.

xcrun

 
Run or locate development tools and properties. More information: https://www.unix.com/man-page/osx/1/xcrun/.
 
  • Find and run a tool from the active developer directory:
     
    xcrun {{tool}} {{arguments}}
     
  • Show verbose output:
     
    xcrun {{tool}} {{arguments}} --verbose
     
  • Find a tool for a given SDK:
     
    xcrun --sdk {{sdk_name}}
     
  • Find a tool for a given toolchain:
     
    xcrun --toolchain {{name}}
     
  • Display help:
     
    xcrun --help
     
  • Display version:
     
    xcrun --version

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.