x

Unix Shell Scripting

PREV     NEXT

Unix Shell Scripting:


  • Let’s see simple script which prints the sentence that we written in the script.
  • Create the file called myScript.sh which will print Hello World!

Change the file permission in order to execute the script.


On Executing the script, the content that is written within the “echo” is printed in the screen.

PREV     NEXT



Like it? Please Spread the word!