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> $ rmdir test rmdir: test: Directory not empty $ rm test/.DS_Store $ /bin/rmdir... </code> I wrote a small bash function to remove directories together with the contained ''.DS_Store''