--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # shift > Move positional parameters. > More information: . - Remove the first positional parameter: `shift` - Remove the first `N` positional parameters: `shift {{N}}`