You are currently viewing Easy Shell Script to print “Hello World”

Easy Shell Script to print “Hello World”

Easy Shell Script to print “Hello World”

This is a shell script that will help some one to learn how to print a message in the screen. Here we have taken “Hello  World” as example message. Here we have used echo , that is a command tool for displaying any message or text in the screen.

For Data Structure code related support :

For Shell Script related support : 

For some other video tutorial :

				
					# !/bin/bash

echo "Hello World"

				
			

Leave a Reply