($@) Expands to the positional parameters, starting from one.
How can I get the positional parameters, starting from two, or more generally, n
?
I want to use the positional parameters starting from two, as arguments to a command, for example,
myCommand $@
$@
but shiftedn
? – Jeff Schaller Mar 16 '17 at 15:50$@
unquoted. – Stéphane Chazelas Mar 16 '17 at 17:29