Tag: Bash
Linux terminal hacks

Here are some useful terminal hacks. Aliases Have a lengthy command and want to make shorter? Use aliases. You can add aliases to your .bashrc file so that they remain permanent. Consider the following command sudo apt-get install [package name] . You can…
Read More »