Skip to content

Commit

Permalink
update index page header
Browse files Browse the repository at this point in the history
  • Loading branch information
DininduSenanayake committed Jul 28, 2024
1 parent f1ff6dd commit 38ad0c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<center>
# Introduction to Shell
</center>
<center>
![image](./fig/icon.png){width="350"}
</center>
Command line interface (CLI) and graphic user interface (GUI) are different ways of interacting with a computer's operating system. They have different pros and cons. Most people are familiar with the GUI as it is the default interface for most software, particularly on Windows and Mac OS. When using the GUI, you see and interact with visual representations of files, folders, applications, and most other functions of your computer.
When using the CLI, you work largely with text representations of software, files, folders, input and output.
The _shell_ is a program that allows you to control your computer by typing instructions on the CLI with a keyboard.
Expand Down

0 comments on commit 38ad0c9

Please sign in to comment.