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
How can we increase disk read performance in single command in Linux?
What does umask 077 mean?
How do I clear terminal command history?
What is difference between sh and bash?
How do I run bash on windows?
What is pwd in linux command?
What is git command?
What the command used for search file or files for specific text?
You need to see the last fifteen lines of the files dog, cat and horse. What command should you use?
What is c++ makefile?
What is $@ in shell?
What is df -i command?
How do I check my disk space?
What is mkdir?
What is 9 in kill?