what do u mean by $#,$* in unix programming?
Answer Posted / anita lohia
$# The number of command line argument
$* All the arguments on the command line
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
Can shell script run on windows?
What is echo $shell?
How to calculate the number of passed arguments?
How to open a read-only file in the shell?
How to find duplicate record in file using shell script?
What is the lifespan of a variable inside a shell script?
What is the command to find out today's date?
What is shift command in shell script?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
How will you pass and access arguments to a script in linux?
Why are there shells on the beach?
What is the use of "$#" in shell scripting?
Given a file find the count of lines containing the word "abc".