Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Print hello world in shell script

#!/bin/sh
# This is a comment!
echo "Hello World"
# after save the code use chmod 755 file_name.
#insead of 755, you can use +x means to give permission for execution.
#or you can directly use bash file_name
Source by tutorialsinhand.com #
 
PREVIOUS NEXT
Tagged: #Print #world #shell #script
ADD COMMENT
Topic
Name
2+1 =