SyntaxFix
Write A Post
Hire A Developer
Questions
These are the command line arguments where:
$@ = stores all the arguments in a list of string $* = stores all the arguments as a single string $# = stores the number of arguments
$@
$*
$#