D:\JavaFrameworks\InsuranceFramework\src\java\unix_code\FirstShellScript.properties
 1 #!/bin/sh
 2 # This Program is an example of shell Programming using shell commands
 3 # *************************************************************************
 4 cls
 5 ls -al
 6 echo "======>  press return\c"
 7 read value
 8 cls # or clear
 9 echo "hello world\n"
10 echo "$value\n"
11 echo "$value\n"
12 echo "bye\n\n\n\n ==============="
13 
14