Sujet : Re: YouTube Linux advocate: Linux could surpass Windows on the desktop
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.advocacyDate : 24. Oct 2024, 07:42:08
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vfcq7v$2hjp4$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
User-Agent : Pan/0.160 (Toresk; )
On Wed, 23 Oct 2024 02:29:19 -0400, Joel wrote:
... you can do anything Unix with a Mac ...
You can do anything “Unix (trademark)” with a Mac, doesn’t mean you
can do everything people expect to do with a *nix system.
For example, just did a scan of the Blender source tree:
ldo@theon:blender> n=0; for i in $(find . -name CMakeLists.txt -exec grep -c 'if(UNIX AND NOT APPLE)' {} ';'); do n=$((n + i)); done; echo $n
26