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 happens to hard link when file is deleted?
The command ‘umask -S’
What is apple llvm?
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
What is Data Command?
How do I clear bash history in linux?
Which command would you use if you want to remove the password assigned to a group?
How do you execute more than one command or program from a single command line entry?
How do I run multiple commands in linux?
What are system commands?
How many commands are there in linux?
What is option in linux command?
Why echo is used in linux?
In order to display the last five commands you have entered using the fc command, you would type?
How can you check the amount of lines in a file?