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 difference between comm and CMP command?
What is p command?
In order to display the last five commands you have entered using the fc command, you would type?
What are the linux commands used in devops?
What signal is ctrl c?
What command do you type to find help about the command who?
Is cmake only for c++?
What does touch do in linux?
What is the bash in linux?
If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?
What can you tell about the tar command?
What is cpu utilization linux?
What does (cd dir && command) do?
What does in makefile do?
What are whois tools?