
shift
List of commands for shift:
-
shift:tldr:2ab64 shift: Move arguments by one place dropping the first argument.$ shifttry on your machineexplain this command
-
shift:tldr:f0bc3 shift: Move arguments by N places dropping the first N arguments.$ shift ${N}try on your machineexplain this command