mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 08:49:50 +00:00
Update cheatsheets
This commit is contained in:
17
shift
Normal file
17
shift
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user