Linked by the_randymon on Fri 25th Jan 2013 09:21 UTC
Thread beginning with comment 550586
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[8]: Comment by MOS6510
by sorpigal on Mon 28th Jan 2013 13:24
in reply to "RE[7]: Comment by MOS6510"
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.
Not sure what you're getting at here, and elsewhere; it's not about blame, I'm just pointing out aggravations.




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).