↧
Basics of Shell Scripting
A quick overview: What is shell scripting? Essentially, a shell script is a series of Unix commands. The main benefit of a shell script is that, if you find yourself frequently executing the same...
View ArticleCLI Tricks: Navigating Around the Prompt
It’s not uncommon to need to make changes to a command after entering it in the command prompt. For example, perhaps you need to reuse a command from the history but with a small change or perhaps you...
View Article