Sodamhan.com

TL;DR

shift

Move positional parameters. More information: https://manned.org/shift.1posix.

  • Remove the first positional parameter:

shift

  • Remove the first N positional parameters:

shift N

This document was created using the contents of the tldr project.