Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 305 Bytes

File metadata and controls

26 lines (13 loc) · 305 Bytes

shift

help

shift: shift [n]
    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 $#.

breakdown