Skip to content

Commit

Permalink
vault backup: 2024-12-15 21:04:30
Browse files Browse the repository at this point in the history
  • Loading branch information
blacklightpy committed Dec 15, 2024
1 parent 8bbdcd1 commit 67fad89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06. Collected Knowledge/Shell.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
A shell is a program with which we can interface with a program. It refers to the main executable file of a program, to which we can pass commands. We interact with the shell using a user interface (UI).

> [!NOTE]
> A shell provides a UI - CLI, TUI or GUI.
> A shell is a program that provides a UI - CLI, TUI or GUI.
e.g: GNU Bash is a shell, and GNOME Terminal is a terminal emulator that provides a command line UI (CLI)
e.g: Windows Command Prompt is a shell, and Windows Console Host is a terminal emulator that provides a CLI
Expand Down

0 comments on commit 67fad89

Please sign in to comment.