LINUX: Shell Scripting Exercises
Note : These exercises are from “Linux Training Academy’s” Shell Scripting course. Exercise 1: Write a shell script that prints “Hello World!” to the screen. Hint 1: Remember to make the shell script executable with the chmod command.Hint 2: Remembe...


