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
The ‘logout’ built in command is used to
What is parallel ssh?
What is $$ in shell script?
What is top command in linux?
What are bash scripts used for?
Which is the required command for checking the file system?
What is echo command in batch file?
What do you mean by directory?
Why is unix used?
What does chmod 777 do?
What command would you use to check how much memory is being used by linux?
What is file and example?
Which command reduces the size of a file?
Explain difference between swap partition and swap file?
What is the use of ls command?