Skip to content

Commit 89ba6d9

Browse files
committed
Update cli.md
1 parent bea723b commit 89ba6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A common alternative to a CLI is a **GUI** (Graphical User Interface), typically
3131

3232
## Shell
3333

34-
As mentioned in the intro, the shell is a special user program. It is an interface between the keyboard and the computer's operating system (OS), i.e., it takes commands input the user give from the keyboard and sends it to the OS, which then performs the actions requested.
34+
As mentioned in the intro, the shell is a special user program. It is an interface between the keyboard and the computer's operating system (OS), i.e., it takes input from the user via the keyboard and sends it to the OS, which then performs the actions requested.
3535

3636
In this course we will be focusing on **Bash** (**B**ourne **A**gain **SH**ell). There are many alternatives and the commands can look quite different when using another shell than Bash.
3737
Bash is a command-line interpreter providing a Command Line Interface (CLI), as well as a scripting language.

0 commit comments

Comments
 (0)