Create a "Hello, World!" program
Create a "Hello, World!" program
Create a "Hello, World!" program as a simple shell script. It will print a greeting for the name you provide as a command argument (or default to "World").
Make it executable and confirm that it works as expected.
Output:
Last updated