I upgraded to xcode 5 Command Line Tools on Friday. Something is not working correctly and I want to go back to the last 4.x version ox xcode. How do I uninstall xcode 5 com
The rm command removes (deletes) files or directories.
Delete CLT from following command
sudo rm -rf /Library/Developer/CommandLineTools
from terminal.