The Command Line Interface
In this lesson, we'll discuss the basics of perhaps the most important tool in your belt as a programmer: the command line
What is the terminal?
The command-line interface is a tool into which you can type text commands to make the computer perform specific tasks in contrast to using a graphical user interface through pointing and clicking on menus and buttons with a mouse.
Since the command line interface allows you to control the computer directly by typing commands, many tasks can be performed more efficiently. For example, if you want to ...