Command Line
As you grow as a developer, more and more of your interactions with your computer will take place through the command line. It might not feel like it yet, but there’s a near future where you’re a command line wizard. The resources below will help you get there!
General Resources
Learning Bash
Bash is the programming language we use for interacting with our computer through the command line. A little bit of Bash knowledge can take you a really long way!
Get started with bash by typing man bash
in your command line and reading the documentation