bug-bash
[Top][All Lists]
Advanced

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

errata in bash manual


From: 홍홍
Subject: errata in bash manual
Date: Tue, 16 Jun 2020 21:34:14 +0900

In this section 
https://www.gnu.org/software/bash/manual/bash.html#Shell-Parameter-Expansion 
<https://www.gnu.org/software/bash/manual/bash.html#Shell-Parameter-Expansion> 
(substring expansion)

If offset is 0, and the positional parameters are used, $@ is prefixed to the 
list.

should be

If offset is 0, and the positional parameters are used, $0 is prefixed to the 
list.




reply via email to

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