($@) 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?$@unquoted.