Hello Guy Today I'll show you some Basic Linux shelll script.
Open and test the below script :
#### Introduction to Shell Script ..!
======================================= By Mr. Dara ....
### Basic Linux Commands ####
1. tty - reveals the current terminal
2. whoami - reveals the currently logged-in user
3. which - reveals where in the search path a program is located
4. echo - print to the screen
a. echo $PATH - dumps the current path to STDOUT
5. set - prints and optionally sets shell variables
6. clear - clear the screen or terminal
7....