But when you get to the pro level, especially if you’re doing web development, you realize just how powerful the command line can be. I’ve been a big fan of services like Yeoman that let me set up a Bootstrap environment, ready with a local server in just a couple of minutes. Doing everything manually would take much longer, and I’d be doing the same mundane tasks over again. The command line helps me basically automate a lot of it. And learning the command line isn’t hard. I was able to get up and running with the basic stuff in just a couple of minutes. An hour or two of using the command line made me familiar with the commands. You start out with basics, like navigating the directories and moving stuff, and then you can go wherever you want. There are many awesome tools available that work only in the command line.

1. Codecademy

Codecademy has a new course called “Learn the Command Line.” And if you’re scared that you’ll somehow end up ruining your computer, Codecademy is a good way to gain some confidence. Because like other Codecademy courses, you’re doing everything in your browser. And it’s all interactive. On the left pane you’ll get an explanation of what you’re doing and challenges, and on the right is the terminal. The course covers the basics really well.

2. Linux Tutorial

Ryan’s Tutorials has a comprehensive guide for using Linux where they go from the basic stuff to the nitty gritty details. And because Linux is command line heavy, you’ll basically learn everything you need to know about the command line on a Linux along the way.

Bonus: Video Tutorials

If you’re the kind of person who learns better visually, don’t worry; we have options for you as well. The Command Line Crash Course video series: Here Barton Poulson basically takes the Learn Code the Hard Way course and walks you through it, lesson by lesson. Linux Commands for Beginners: There are thirty-three videos on this playlist, but most of them are relatively short – around 5 minutes each. If you’re using a Linux machine, this is a great primer to the command line. Nixie Pixel’s command line videos: YouTuber Nixie Pixel also has a couple of fun videos regarding the command line on her channel. You should check them out as well.

What Will You Do with It?

Why are you planning to learn the command line? What do you plan on doing once you’ve mastered the art? Running awesome scripts? Automation perhaps? Share with us in the comments below.