|
|
|
Our first shell script is the classic “Hello World”. This example demonstrates the basic structure of a shell script. |
|
|
You can run this script by saving it to a file
(e.g., |
|
|
The |
|
|
You can also print multiple lines using multiple echo commands, or use special characters. |
|
|
The |
|