I'm new to Linux and recently saw a coworker efficiently using just the command line, which I found really impressive. I'm eager to learn too! Can anyone share the best resources or methods for picking this up? Also, I'd love to know what the best Linux distribution is for command line usage.
5 Answers
Alongside the reading material, familiarize yourself with tools like man pages and using '--help' with commands. These are your best friends when learning the command line!
Check out linuxcommand.org. It's got plenty of tutorials and guidance for beginners, plus the two free books there are excellent for diving into command line usage. Here's the link: linuxcommand.org/tlcl.php. You'll definitely want to explore that!
Honestly, the best way to learn is just to dive in and start using it! Whenever you want to do something, just Google how to do it in the command line. And remember to look up commands you come across to understand what they do!
Don't forget to utilize the man pages! Just type 'man man' in your terminal to remind yourself that all the documentation is right there at your fingertips. It's a great tool for finding help on commands.
A fantastic resource is 'The Linux Command Line' by William Shotts. It's considered one of the best books on the subject and it's available for free online as well as in ebook format. Just give it a quick Google search to find it!

Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux