what is difference between $@ and $* in UNIX Shell script
Answer Posted / rajkapooor
$@ all quated string in command line treated as seprate
argument
$* stores all argument as a single argument
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What does && mean in bash?
How do I overclock my cpu?
How can we increase disk read performance in single command in Linux operating system?
How do I remove a soft link in linux?
The head command writes the how many lines of a file to screen?
What is phony in makefile?
Explain getopts command of linux?
What is the root directory linux?
What is pwd in linux command?
How compile c++ program in cmd?
How to write the output of a command to a file?
What is the difference between find and locate command in linux?
What command do you type to find help about the command who?
What is make command in linux?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?