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 the gcc command?
Why echo is used in linux?
How do I remove a soft link in linux?
Brief about the command ff?
Which command puts a script to sleep untill a signal is recieved?
Explain the linux ‘cd’ command options along with the description?
How do I clear terminal command history?
How do I search bash history?
How do I start ms dos?
What will happen when a system call is encountered in a user program?
What is ulimit command?
What is make command in linux?
What does df command do in linux?
What is p in mkdir?
What is command example?