Forrest logo
back to context overview

shift

List of commands for shift:

  • shift:tldr:2ab64 shift: Move arguments by one place dropping the first argument.
    $ shift
    try on your machine
    explain this command
  • shift:tldr:f0bc3 shift: Move arguments by N places dropping the first N arguments.
    $ shift ${N}
    try on your machine
    explain this command
back to context overview