Re: How To Execute "Hello World" command in Kornshell Script on Ubuntu Terminal

Originally Posted by
Hendiesel
Hi. Does anyone know how to execute the "Hello World" command in Kornshell script? I'm reading O'Reilly's Kornshell manual and it's just not absorbing...
Do you mean how do you write a shell script in korn shell to print "Hello World" ?
Code:
#!/bin/ksh
# Hello World
echo "Hello World"
Save it.
Set it to be executable
then run it
Feel Free to Bitcoin Tip: 135Rp4pwwYTHEJ4u8bxKaDQiC91N9LUoV2
Backtrack - Giving machine guns to monkeys since 2006
Kali-Linux - Adding a grenade launcher to the machine guns since 2013
Bookmarks