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 cpu in top command?
How do I check terminal history?
How do I permanently set ulimit in linux?
What is the pwd command?
Which command puts a script to sleep untill a signal is recieved?
What is a makefile in c?
What does cd do in linux?
What are the command prompt commands?
What is ulimit command?
Why is linux cpu usage so high?
How lilo is useful in linux?
What is command example?
What would be the result of issuing the command cat phonenos?
What is bc command in unix?
You issue the command head * what would the resulting output be?