what is difference between $@ and $* in UNIX Shell script
Answer Posted / yogesh malkoti
In a shell script :
$@: each quoated string treated as a separate argument
while gving at command line.
$*: stores the complete set of positional parameters as a
single string
| Is This Answer Correct ? | 45 Yes | 3 No |
Post New Answer View All Answers
What is pwd in linux command?
How do I find old commands in linux?
What is simple command?
Main configuration file and command used for NFS enabling exported directories and deamons?
Is llvm a compiler?
Why echo is used in linux?
Explain about lpr filename?
Explain about system and user utilities?
In order to improve your system’s security you decide to implement shadow passwords. What command should you use?
What is the best cpu stress test?
You want to know how many lines in the kickoff file contains ‘prize’. Which of the following commands will produce the desired results?
Is a command a full sentence?
What is s in permission linux?
Which command is used to see the online manual?
What does umask 077 mean?