Fulltext results:
- rmdir for OSX
- r for OSX ====== The Finder on OSX creates ''.DS_Store'' files in the directories to store its settings. This makes removing directories from the command line ... st rmdir: test: Directory not empty $ rm test/.DS_Store $ /bin/rmdir test </code> I wrote a small bash ... ove directories together with the contained ''.DS_Store'' file: <code bash> rmdir() { for d in "$@" do f