Fulltext results:
- rmdir for OSX
- or OSX ====== The Finder on OSX creates ''.DS_Store'' files in the directories to store its settings. This makes removing directories from the command li... rmdir: test: Directory not empty $ rm test/.DS_Store $ /bin/rmdir test </code> I wrote a small bash ... directories together with the contained ''.DS_Store'' file: <code bash> rmdir() { for d in "$@" do f
- Command Line Audio
- ine tool which I can use via ssh. I've found it here: [[http://osxdaily.com/2007/04/28/change-the-syst... ay an audio file from command line is described here: [[http://www.macosxhints.com/article.php?story=2... ust enter <code bash> afplay file.wav </code> More information on how to use afplay is available via