How to Create, Save and Run your Own BASH Scripts

Bash, an acronym for Bourne-again Shell, is a Unix shell written for the GNU Project and is the default shell for Linux and Mac OS X. The beauty of Bash scripts is that they let you accomplish a group of tasks quickly and without much intervention from the user like batch files in Windows. The […]

Keyboard Trick to Auto Complete Commands in Linux Using TAB

Here is a keyboard trick you can do by using TAB in Linux. All the Unix commands and the contents of the current directory are known to BASH (the Bourne Again SHell ), so you don’t need to type all the characters of a command or path. Just type in the first few and hit […]