Linked by the_randymon on Fri 25th Jan 2013 09:21 UTC
Permalink for comment 550586
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Features
Linked by Thom Holwerda on 05/21/13 21:38 UTC
Linked by Thom Holwerda on 05/20/13 11:29 UTC
Linked by Thom Holwerda on 05/18/13 21:33 UTC
Linked by David Adams on 05/16/13 4:23 UTC
Linked by Thom Holwerda on 05/11/13 21:41 UTC
Linked by Thom Holwerda on 05/08/13 14:22 UTC
Linked by Thom Holwerda on 05/02/13 15:28 UTC
Linked by Thom Holwerda on 04/29/13 21:06 UTC
Linked by Thom Holwerda on 04/24/13 22:24 UTC
Linked by Thom Holwerda on 04/18/13 11:21 UTC
More Features »
Sponsored Links



Member since:
2007-04-18
It's because of xargs.
Solaris has for a long time included GNU equivalents in /usr/sfw. Modern Solaris and Illumos distros often include /usr/gnu/bin in your default PATH.
GNU tools are better in some respects (such as -print0 etc.) and only a fool would not use them. Many modern Solaris-derived distros (such as OpenIndiana) even install them by default (gfind).
watch(8) was first featured in FreeBSD 2.1 from 1995, probably a lot sooner than the Linux watch was developed. If it's anybody's fault, it's probably the fault of the Linux guys for naming their utility by some conflicting name.
Well, disk partitions in particular were intimately tied to the hardware that the systems were developed on. Some people just have different ideas about how things should work - can't blame 'em, a lot of it really comes down to taste (such as ifconfig/netstat).
I'm a heavy Linux and Solaris user and I honestly can't follow your thinking here. Each system has its style and I consider neither inherently superior by design. So yeah, Solaris has some cruft that it has carried to implement such useless things as binary compatibility with older commercial software (who needs a stable ABI, eh Linux?), but on the other hand, some new stuff in Solaris was developed by people who put a lot of thought into it and it came out great: SMF, ZFS, FMA, DTrace, Zones, etc. Linux, at times, feels like a wild experiment of bedroom engineers, an asorted hodge-podge of "my pet project" ideas and really irrational design decision, but at times really great implementations and terrific performance (the networking stack has really matured and I find iptables' structure quite logical).