Sometimes I need a shortcut to make things a bit faster. There are also situations where my memory needs a helping hand with the litany of commands I use throughout the week. That's why I often turn ...
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 actually ...
Before we see how to run Bash on Ubuntu on Windows, here’s a little bit about Microsoft’s amazing step of integrating user mode Linux and its tools into Windows OS. Who would have thought one would be ...
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 ...
The .history file in Linux – whether ~/.bash_history, ~/.zsh_history or ~/.history – provides ways to track and reuse commands that you have recently run. This post suggests how you might make good ...