To browse this website, you should unconditionally agree to its terms and conditions. If not, please stop and leave now.

Site Logo

Cool Terminal Tricks

This article was originally published in the Open Source For You magazine. It had also inspired me to write a book titled Linux Command-Line Tips & Tricks.

Book cover

bash is an interactive and scripting shell program for Unix and Unix-like operating systems. In this article, you will learn a few neat tricks that will make bash a more convenient and useful tool to manage your GNU/Linux system.

While a lot of effort has gone into creating attractive desktop managers such as KDE, Gnome and Xfce, the humble terminal remains the desktop of compulsion/choice for system administrators and ultra-geeks. It only takes a few simple tricks for regular users to be more productive and comfortable at the terminal. While there are several terminal programs, this article relies on Gnome Terminal. A working knowledge of shell linux commands such as ls, mkdir, cd, cp, mv, chmod, head, tail, echo and sudo and basic scripting is needed for this article.


References