-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Command Line | ||
|
||
The command line is a text-based way of interacting with your computer. Another way of looking at it is that the command line is a program that accepts commands as text input and converts them into appropriate operating system functions. | ||
|
||
There are other words that can be used synonymously with "command line." Here are some of them: | ||
- _bash_ - the programming language used in the command line. (Yes, we tricked you, you're already programming!) Short for "Born Again SHell," for reasons people on the internet will happily tell you about. | ||
- _the terminal_ - Particularly used to refer to the command line on macOS. This term made more sense when universities used mainframes and every computer was only a terminal. | ||
- _the shell_ - The part of an operating system that interacts with a human. Technically, anything you do in a graphical interface is also in a shell, but in practice this is just another synonym for the command line. | ||
- _cli_ - "command-line interface," this is a super technical term for the command line used to impress everyone around you. |