Your IP : 216.73.216.40


Current Path : /var/www/html/durgesh/durgeshdata/
Upload File :
Current File : /var/www/html/durgesh/durgeshdata/test1

#!/bin/sh
#
# Script that demos, command line args
#
echo "Total number of command line argument are $#"
echo "$0 is script name"
echo "$1 is first argument"
echo "$2 is second argument"
echo "All of them are :- $* or $@"