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 language is clang written in?
What are vim commands?
What will happen when a system call is encountered in a user program?
How much ram do I have linux?
In order to display the last five commands you have entered using the fc command, you would type?
What does rmdir do in linux?
What is the fastest way to enter a series of commands from the command-line?
Is cmake a compiler?
How do you open a command prompt when issuing a command?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
How do I check command history?
why is the tar command used?
What is c++ makefile?
Why ms dos is used?
What is mkdir m in linux?