Installing unix tools with Xcode 5 (Xcode->Hacks)Xcode 5 removed the unix tool download from the UI. It's also hidden fun things like/usr/includeHere's an easy way to fix this:
% xcode-select --installThis will kick off a download of the tools, and install them.