Software & Apps Windows 127 127 people found this article helpful What Is a Command Line Interpreter? Command line interpreter definition & common command line interfaces by Tim Fisher General Manager, VP, Lifewire.com Tim Fisher has 30+ years' professional technology support experience. He writes troubleshooting content and is the General Manager of Lifewire. our editorial process Facebook Twitter LinkedIn Tim Fisher Updated on June 24, 2020 Windows The Ultimate Laptop Buying Guide Tweet Share Email A command line interpreter is any program that allows the entering of commands and then executes those commands to the operating system. It's literally an interpreter of commands. Unlike a program that has a graphical user interface (GUI) like buttons and menus that are controlled my a mouse, a command line interpreter accepts lines of text from a keyboard as the commands and then converts those commands into functions that the operating system understands. Other Names for a Command Line Interpreter Any command line interpreter program is also often referred to in general as a command line interface. Less commonly, it's also called a CLI, command language interpreter, console user interface, command processor, shell, command line shell, or a command interpreter. CLI is also an acronym for other technology terms that have nothing to do with a command line interface, such as calling line identfiication, call level interface, cache-line interleaving, clear interrupt flag, and caller location information. Why Are They Used? If a computer can be controlled through easy-to-use applications that have a graphical interface, you might wonder why anyone would want to instead enter commands through command line. There are three main reasons... The first is that you can automate the commands. There are many examples we could give but one is a script to always shut down certain services or programs when the user first logs in. Another can be used to copy files of a similar format out of a folder so you don't have to sift through it yourself. These things can be done fast and automatically by using commands. Another benefit to using a command line interpreter is that you can have direct access to the functions of the operating system. Advanced users may prefer the command line interface because of that concise and powerful access that it gives them. However, simple and inexperienced users don't usually want to use a command line interface because they're definitely not as easy to use as a graphical program. The available commands are not as obvious as a program that has a menu and buttons. You can't just open a command line interpreter and immediately know how to use it like you can with a regular graphical application you might download. Command line interpreters are useful because while there may be a huge number of commands and options for controlling an operating system, it's possible that the GUI software on that operating system simply isn't built to utilize those commands. They also let you use some of those commands while not having to use all of them at once, which is beneficial on systems that don't have the resources to run a graphical program. Not All Command Line Interpreters Are Alike When a command line interpreter understands a specific command, it does so based on the programming language and syntax. This means that one command that works in one situation, under a particular operating system and programming language, might not work the same way (or at all) under a different environment. For example, one platform might use the command scannow to scan the computer for errors, but another program or operating system that doesn't have that capability built in, might do nothing. Or, if it has a similar function, the command line interpreter might only understand scan or scantime, for example. Syntax is important, too, because they're sensitive to the point that any mistyping might be misinterpreted as a totally different command. For example, scannow might be what the program uses to start a scan, but if you remove the last letter, scanno might be how it understands when it should stop the scan. More Information on Command Line Interpreters In most Windows operating systems, the primary command line interpreter is Command Prompt. Windows PowerShell is a more advanced command line interpreter available alongside Command Prompt in more recent versions of Windows. Windows Terminal also includes command-line tools but it's not built-in to Windows. In Windows XP and Windows 2000, a special diagnostic tool called Recovery Console also acts as a command line interpreter to perform various troubleshooting and system repair tasks. The command line interface on the macOS operating system is called Terminal. Sometimes, both a command line interface and a graphical user interface are included within the same program. When this is the case, it's typical for one interface to support certain functions that are excluded in the other. It's usually the command line portion that includes more features because it provides raw access to the application files and isn't limited by what the software developer chose to include in the GUI. Was this page helpful? Thanks for letting us know! Get the Latest Tech News Delivered Every Day Email Address Sign up There was an error. Please try again. You're in! Thanks for signing up. There was an error. Please try again. Thank you for signing up. Tell us why! Other Not enough details Hard to understand Submit