Bash

GNU Bash or Bash is a Unix shell and command language developed as a replacement for the Bourne shell. The Bash shell is the most popular shell as it is utilized in most Linux distributions, macOS, and is even available for Windows. The Bash command language can be used for a variety of applications on a Bash Shell including startup scripts, process management, conditional execution, and automation.

All Posts

Bash Shortcuts

What is it? When I was using my Mac Book for programming server-side applications, I used the Apache webserver that was built into macOS to run them. This meant that I needed to know all of the Unix based commands to run and manage the server. After using the commands for a while, I learned about using aliases in the Bash Profile file and eventually, wrote shortcut aliases for all of the commands I needed to run Apache. I didn’t stop there though. I soon created aliases for MySQL and e...

Categories: Bash