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 do I check if my cpu is overclocked?
How use linux command line?
What is make in linux?
What is cd command used for?
Is llvm a virtual machine?
What is clang format?
What does mkdir mean?
What is grep command in linux with examples?
What is $@ in makefile?
How do you know which shell I am using in linux?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
What is option in linux command?
What is tty in linux command?
What are the options of wc command?
How does case sensitivity affect the way you use commands?