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,
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