my way:
fn myshift {
shift
echo $*
}
lotte% a=(1 2 3 4 5)
lotte% a=`{myshift $a}
lotte% echo $a
2 3 4 5Federico G. Benavento --- /bin/fortune: I don't think so, therefore I'm probably not. --Alan Smithee
my way:
fn myshift {
shift
echo $*
}
lotte% a=(1 2 3 4 5)
lotte% a=`{myshift $a}
lotte% echo $a
2 3 4 5Federico G. Benavento --- /bin/fortune: I don't think so, therefore I'm probably not. --Alan Smithee