Zet - What is the symbol for all arguments on bash?

What is the symbol for all arguments on bash?

itโ€™sโ€ฆ

$@
Just remember all variables start with $ in bash and the @ is where everything is at ๐Ÿคทโ€โ™‚

[!see-more] [[bash#Arguments]]

#bash