On Fri, 18 Oct 2019 18:17:27 +0330, Behrooz Amoozad stated:
>I'm not sure if this even fits here, but it would be really nice if the
>default bashrc included DOTNET_CLI_TELEMETRY_OPTOUT='true'.
>Currently, After installing microsoft .net framework, it has telemetry
>enabled by default and it works
On Sun, Oct 20, 2019 at 4:55 AM Gerard E. Seibert wrote:
>
> On Fri, 18 Oct 2019 18:17:27 +0330, Behrooz Amoozad stated:
> >I'm not sure if this even fits here, but it would be really nice if the
> >default bashrc included DOTNET_CLI_TELEMETRY_OPTOUT='true'.
> >Currently, After installing microsof
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 just reading the documentation.
By contrast, POSIX