Fulltext results:
- rmdir for OSX
- ====== rmdir for OSX ====== The Finder on OSX creates ''.DS_Store'' files in the directories to store... the command line quite complicated: <code bash> $ rmdir test rmdir: test: Directory not empty $ rm test/.DS_Store $ /bin/rmdir test </code> I wrote a small bash fu
- Set a Mac's Hostname
- ====== Set a Mac's Hostname ====== To set the permanent hostname, use the ''scutil'' utility (enter t... * http://osxdaily.com/2010/09/06/change-your-mac-hostname-via-terminal/ {{tag>mac osx cli sysadmin}}
- Command Line Audio
- er <code bash> afplay file.wav </code> More information on how to use afplay is available via afplay