One of the myths surrounding the Linux operating system is that you have to run all sorts of complicated commands to get anything done. Although that may have been the case some time ago, it’s no longer a reality.
You could go your entire life with Linux and never run a single command. That’s how far the Linux desktop has come over the years.
Also: The first 5 Linux commands every new user should learn
However, for some users, the power offered by the Linux CLI (Command Line Interface) can be enticing. And, as someone who’s used Linux for decades, I still revert back to the command line for certain things.
That’s because the CLI can be really efficient. Case in point, there are two features you should know about that make using the Linux command line even easier: Tab completion and history. Let me explain each of these.
How to use tab completion
What you’ll need: The only thing you’ll need for this is a running instance of Linux. It doesn’t matter what distribution you use because both of these features are found in all flavors of the open-source operating system.
Let’s say you know there’s a command you need to run but can’t remember its name. You know it starts with sys, but that’s all you can remember.
Once your terminal window is open, type sys and hit Tab on your keyboard. You should then see all commands on your system that start with sys.
Look through the list until you find the command you need.