Skip to content

Commit

Permalink
Create command-line.md
Browse files Browse the repository at this point in the history
Adding a small command line explanation
  • Loading branch information
kallewesterling authored Sep 15, 2020
1 parent 57e0d8c commit 9c46cef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions terms/command-line.md
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.

0 comments on commit 9c46cef

Please sign in to comment.