Date: Mon, 28 Jun 2021 12:18:50 +0000 (UTC)
From: RVP <[email protected]>
Message-ID: <[email protected]>
| echo $(sysctl -n machdep.dmi.system-vendor)
That's a convoluted way of writing
sysctl -n machdep.dmi.system-vendor
and one which could fail if the string just happened to contain
the "wrong" characters (depending upon which version of echo is
being used for which are "wrong" for this purpose).
kre
