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
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
What is option in shell script?
What is the default ubuntu terminal?
What is the first line in a shell script?
What is a shell environment?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
Explain how you Automate your application using Shell scripting.
How do I run a bin bash script?
Explain about non-login shell files?
Explore about environment variables?
What can scripts do?
What are the two files of crontab command?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
What is gui scripting?
State the advantages of shell scripting?