Re: -e test description in the GNU Bash 5.0 man page from 7 December 2018

2019-10-21 Thread Marco Ippolito
On 21/10/2019 11:11, Andreas Schwab wrote: On Okt 21 2019, Marco Ippolito wrote: In the GNU Bash 5.0 man page from 7 December 2018 the -e test is documented as such:    -e file   True if file exists. When "file" is a symlink name to a non-existing target, the -e test fails,

Re: -e test description in the GNU Bash 5.0 man page from 7 December 2018

2019-10-21 Thread Andreas Schwab
On Okt 21 2019, Marco Ippolito wrote: > In the GNU Bash 5.0 man page from 7 December 2018 the -e test is > documented as such: > >    -e file >   True if file exists. > > When "file" is a symlink name to a non-existing target, the -e test fails, > and this may be surprising from ju