Reading List

The “trash” Command from Michael Tsai RSS feed.

The “trash” Command

Benjamin Esham: Every iOS and Mac developer is familiar with the situation: Xcode has gotten itself wedged somehow and the only solution is to blow away the DerivedData folder in ~/Library/Developer/Xcode. […] But rm needs to enumerate every file and directory within DerivedData in order to delete them. The more files there are, the longer […]