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 make one change in the names of around 2000 files, you can use a for loop on the command line and change the names of all of them in a few seconds. Therefore basic knowledge of the command line is an absolute essential.
The user interface that accepts typed commands and displays data on the screen is called a ...