Monday, July 23, 2012

What is the difference between '$#' and '$*'?

'$#' variable represents the count of command line parameters whereas '$*' holds the value of command line parameters.

No comments :