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