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