Simple and useful OS X Terminal commands
The OS X terminal is a powerful interface with your computer that can be used to script tasks, run under-the-hood routines on your system, remotely control other systems, and perform a number of other detailed and specific actions. While getting familiar with the Terminal may seem like a daunting and unnecessary task, there are a few useful terminal commands for troubleshooting the system that can be run easily without needing to know much about the Terminal.
uptime
The uptime command shows the time that has elapsed since the system was last restarted. While not directly useful, it can provide you … Read more