korn shell
"$*" is a single string that consists of all of the positional parameters
"$@" = "$1" , "$2", ... "$N"
"$#" the number of positional parameters
-----------------------------------------------
"$0", "$1" , "$2", ... "$N"
"$*" is a single string that consists of all of the positional parameters
"$@" = "$1" , "$2", ... "$N"
"$#" the number of positional parameters
-----------------------------------------------
"$0", "$1" , "$2", ... "$N"