| Current Path : /var/www/html/durgesh/durgeshdata/ |
| 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 $@"