what is the command To print script arguments
Answer Posted / bc
$@ seems to be another option. Difference between $* and $@
is that $@ recognizes multiple strings given in quotes as a
single word.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is difference between free and available memory in linux?
Explain shift command of linux?
How many types of commands are there in linux?
What is bash command?
What is type command in linux?
Explain the working of command grouping?
Which command will show you free/used memory? Does free memory exist on linux?
Which command would you use if you want to remove the password assigned to a group?
How use more command in linux?
What is $@ in shell?
What is df -i command?
why is the tar command used?
Explain about chmod options filename?
What are the linux commands used in devops?
How can I delete a file in linux?