On Tue, 23 May 2023 23:41:32 +0200, Christian Weisgerber wrote:

> This replaces "$(cat file)" with the ksh construct "$(<file)".
> Admittedly cosmetic.
>
> I have left the line
>
>         local _sec=$(cat $HTTP_SEC 2>/dev/null)
>
> unchanged, since it would require
>
>         { local var=$(<$HTTP_SEC); } 2>/dev/null
>
> which is sufficiently opaque that I'm not sure it's an improvement.

OK millert@

 - todd

Reply via email to