Time again to pop a shell and dig into the deep, geeky Unix internals of OS X with Dig Into Unix. Today we are going to look at two top-shelf power tools for text editing: sed and awk.
Sed is a Stream EDitor, and if you recall our previous Dig Into Unix installment concerning standard streams, [...]
Aliases in Mac OS X are essentially equivalent to shortcuts in the Windows world. They work by creating a link to an original file located somewhere on your Mac or network and maintain the link even if the original is moved or renamed.
How to Create Aliases
Creating aliases is pretty easy. You can right-click on a [...]
This is the third installment of our Dig Into Unix series, an ongoing look into the deep, geeky insides of the core of OS X. In the first part, we got to fire up the Terminal and take a look around the filesystem as the OS sees it, which is slightly different from how the [...]
Continuing our Dig Into Unix series, we’ve now covered the absolute basics of launching Terminal.app, moving around the file system, looking at files with cat, and learning about commands with man. Now, I’d like to introduce you to the power of vi.
vi (pronounced vee-eye) is a text editor for the command line, and was originally [...]
When Apple revamped its operating system and adopted Nextstep as the base of OS X, they brought along with it an extremely powerful version of Unix based on the open-source project FreeBSD, now known as Darwin.
Unix has a long history, one that started in the basements of Bell Labs by a group of AT&T engineers [...]
The past two weeks have been fairly hectic, with little time to deal with anything but security updates to software (hence, no software update news). This week, however, my iPhone needed some serious care and feeding as it was taking forever to load up the SMS screens since I have saved most every SMS I [...]