commit bash-20200710 snapshot

This commit is contained in:
Chet Ramey
2020-07-14 17:04:20 -04:00
parent 5adc7cd3ec
commit 3710ed629f
9 changed files with 211 additions and 21 deletions
+1 -1
View File
@@ -3787,7 +3787,7 @@ shift [@var{n}]
Shift the positional parameters to the left by @var{n}.
The positional parameters from @var{n}+1 @dots{} @code{$#} are
renamed to @code{$1} @dots{} @code{$#}-@var{n}.
Parameters represented by the numbers @code{$#} to @code{$#}-@var{n}+1
Parameters represented by the numbers @code{$#} down to @code{$#}-@var{n}+1
are unset.
@var{n} must be a non-negative number less than or equal to @code{$#}.
If @var{n} is zero or greater than @code{$#}, the positional parameters