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
itโsโฆ
$@
Just remember all variables start with $ in bash and the @ is where everything is at ๐คทโโ
[!see-more] [[bash#Arguments]]
#bash