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
Which command is used to find what is in your home directory?
How do you insert comments in the command line prompt?
what is the fastest way to enter a series of commands from the command-line in linux
How do I move to root in linux?
Explain about chmod options filename?
How do you grep?
If the programmer wishes to execute an instruction at the specified time. Which command is used?
What is whois command in linux?
Which daemon is used for scheduling of the commands?
Where is command history stored in linux?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
What does comm do and how to use it?
What command is used to check the number of files, disk space, and each user’s defined quota?
What does cd – command do?
Who linux commands?