#terminal
Bashrc For Terminal
Jul 07, 2019
If you spend a lot of time in the terminal you’ll find that you write some commands very often. It is a good idea to add some shortcuts to some commands so that you can do less typing and be more efficient in your command line interface (cli)
Using Linux History
Jun 25, 2019
One really nice feature of Linux is its ability to maintain a history of the commands you typed in.
Back To The Basics: Navigating The Terminal
Jun 09, 2019
As a web developer, navigating the terminal should be second nature.
Copying & Pasting In CLI With pbcopy & pbpaste
May 29, 2019
Need to copy some value from the command line or want to paste?