what do u mean by $#,$* in unix programming?
Answer Posted / vipul dalwala
$# - number of command line arguments or positional
parameters
$* - All of the positional parameters, seen as a single word
Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What lives in a shell?
How to open a read-only file in the shell?
What are script files?
Explain about stdin, stdout and stderr?
Explain how you Automate your application using Shell scripting.
How to get the 3rd element/column from each line from a file?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What is a command line shell?
What is in a script?
Given a file find the count of lines containing the word "abc".
Calculate a real number calculation directly from the terminal and not any shell script.
Why do we write bin bash in shell scripts?
What is shell environment?
What is console line?
What is an sh file?