Path : /usr/share/bash/helpfiles/ |
Current File : //usr/share/bash/helpfiles/shift |
Shift positional parameters. Rename the positional parameters $N+1,$N+2 ... to $1,$2 ... If N is not given, it is assumed to be 1. Exit Status: Returns success unless N is negative or greater than $#.