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
Which command is used to see the online manual?
What is c++ makefile?
How do you open a command prompt when issuing a command?
What are the basic command in linux?
What is the syntax of mkdir?
How do you create a text file in linux?
What is finger in networking?
What does df command do in linux?
What is the root directory linux?
What is grep command in linux with examples?
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
What is whois command in linux?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
How do makefiles work?
How many types of commands are there in linux?