Fulltext results:
- rmdir for OSX
- Finder on OSX creates ''.DS_Store'' files in the directories to store its settings. This makes removing directories from the command line quite complicated: <code bash> $ ... </code> I wrote a small bash function to remove directories together with the contained ''.DS_Store'' file: <