News

A bash alias is a shortcut to a complicated command. Here are 10 aliases I've used to make using the command line a bit easier.
Bash's history feature is a useful tool, if you know how to use it, and how to keep it clean of private data.
Making use of previously entered commands can help you remember the location of files previously edited, canremove the need to re-enter long path names and can save you a lot of typing mistakes ...
If you aren’t a Linux user and you watch someone who knows what they are doing use Bash — the popular command line interpreter — you might get the impression they type much faster than they ...
Are you doing too much typing in your daily Linux work? Find it difficult to remember complex commands? You'll want to use Linux aliases. Find out how they work and see some useful examples.
In the video last week I showed how to use the bash complete command for simple use cases. Today I'll show you some of the additional ways that you can use the command for more complex scenarios. To ...
You can easily set up a Linux command that keeps trying until it succeeds. Let's look at how to loop your way to success.