simple query (what mean $# )

simple query (what mean $# )

am 05.10.2007 16:25:48 von Jobs Circular group

hello i have simple query ..

what mean $#
when i typed $# i gave '0'

some spel. character use with $ can you give list of these charater
and its function so i can try to use in some of my script.

thanks

nikunj

Re: simple query (what mean $# )

am 05.10.2007 16:41:45 von Bill Marcum

On 2007-10-05, Nikunj Khakhar wrote:
> hello i have simple query ..
>
> what mean $#
> when i typed $# i gave '0'
>
> some spel. character use with $ can you give list of these charater
> and its function so i can try to use in some of my script.
>
man sh
$# is the number of positional parameters ($1, $2, etc.)