You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ A common alternative to a CLI is a **GUI** (Graphical User Interface), typically
31
31
32
32
## Shell
33
33
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.
35
35
36
36
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.
37
37
Bash is a command-line interpreter providing a Command Line Interface (CLI), as well as a scripting language.
0 commit comments