How to execute shell script?

by Nirmala 2010-01-25 15:30:07

How to execute shell script
(*)Create file with extension as .sh
(*)Example: test.sh
echo $0

(*)Execute File
sh test.sh
Output of the above program is test.sh

Tagged in:

820
like
0
dislike
0
mail
flag

You must LOGIN to add comments