Use Look Command To Search For Lines From Linux Terminal
If you want to search for lines that start with a specific string / words, then look command will be useful. (There are other useful...
Delete Files And Folders From Linux Mint Command Line Without Using rm
If the rm command when using Linux Mint Terminal is something that is scary (quite rightly so because of rm -rf), then there is a...
Type Less By Using The History Feature In Bash Shell To Recall Previous Linux Commands
Bash shell has a robust history feature which makes it easy to keep a track of previous commands that can be run again whenever needed....
How To Configure SSH Auto Login Using Keys In Linux
It is convenient to setup a key based authentication when trying to remotely connect using SSH. This is also useful when running scripts that require...
Quickly Make Sequential Directories In Bulk From Linux Terminal
Directories in an alphabetical or numbered sequence can be created directly from Linux Terminal in bulk. So for example, if a list of directories corresponding...
List All Built-In Bash Commands In Ubuntu / Linux Mint
With so many commands available at disposal from the Ubuntu / Linux Mint terminal, it can be useful to get a list of built-in commands...