bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bash reference manual errata


From: 홍홍
Subject: Bash reference manual errata
Date: Fri, 10 Jul 2020 17:24:40 +0900

In Bourne shell 
builtin(https://www.gnu.org/software/bash/manual/bash.html#Bourne-Shell-Builtins
 <https://www.gnu.org/software/bash/manual/bash.html#Bourne-Shell-Builtins>), 
shift command


"Parameters represented by the numbers $# to $#-n+1 are unset."

should be

"Parameters represented by the numbers $1 to $#-n+1 are unset."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]