CLI THE INTIAL STEP OF PROGRAMING
INTERACTION WITH COMMAND LINE INTERFACE In general days we interact with Computers i.e (working with Microsoft office,opening of directories,copying files, searching etc.) with the help of mouse pointer on the operating system Windows /Mac OS, this type interaction with computer is know as Graphical user Interface "user friendly". COMMAND LINE INTERFACE(TEXT BASED USER INTERFACE) Interaction with the computers using commands(mixture of characters and special characters) is what is know as CLI(command line interface). The program which handle the interface is called a command line interpreter or command line processor. x As you can see string of characters "C:\Users> " is called the prompt. commands are typed after the prompt and executed to perform task. The white rectangular block after the prompt is the cursor that allows you to edit commands on your CLI, you can also move the cursor back and forth using your arrow keys, just like when you use it to...