Every Monday, we'll show you how to do something new and simple with Apple's built-in command line application. You don't need any fancy software, or a knowledge of coding to do any of these. All you need is a keyboard to type 'em out!
We’ve covered using aliases in the command line in the past. In a nutshell, it’s the Terminal equivalent of creating an alias directory, except with a command. You can easily replace built-in commands, like “ls,” with the alias “ls -l” to list additional information when performing the “ls” command. With aliases that replace a built-in command, there’s an easy way to ensure you’re running the un-aliased version of the command. Continue reading and we’ll show you how.