mirror of
https://github.com/yuriskinfo/cheat-sheets.git
synced 2025-12-21 21:33:25 +01:00
Update Windows-cmd-shell-batch-scripting-cheat-sheet.adoc
This commit is contained in:
committed by
GitHub
parent
489237b06c
commit
1c2ae3e954
@@ -58,6 +58,6 @@ E.g. `echo The script was called as %0, with the %1 as the first argument`
|
|||||||
|
|
||||||
|*shift [/_n_]*
|
|*shift [/_n_]*
|
||||||
|Shift positional arguments by one. If `/n` is given, will shift starting with n+1. E.g. `shift /4` will shift 5th to become 4th,
|
|Shift positional arguments by one. If `/n` is given, will shift starting with n+1. E.g. `shift /4` will shift 5th to become 4th,
|
||||||
6th will become 5th, and so, while arguments before 4 will stay untouched.
|
6th will become 5th, and so on, while arguments before 4 will stay untouched.
|
||||||
|
|
||||||
|===
|
|===
|
||||||
|
|||||||
Reference in New Issue
Block a user