what do u mean by $#,$* in unix programming?
Answer Posted / siva prasad
$#- total no of positional parameters excluding the program
name
$*- all the arguments excluding the program name
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does echo mean in scripting?
Why is it called a shell?
What is a file basename?
How to print pid of the current shell?
What are the advantages of shell script?
Write a command sequence to find the count of each word?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
What is wc in shell script?
Where is bash history?
What is the difference between bash and shell?
What does sh mean?
What is sh in shell script?
What is the difference between scripting and coding?
What are the 3 standard streams in linux?
What is a command line shell?