Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] The Mother of All (bash) Commands
- Date: Wed, 19 Mar 2008 22:04:14 +0900
- From: Simon Cozens <simon@example.com>
- Subject: Re: [tlug] The Mother of All (bash) Commands
- References: <op.t756gdbtp3esx5@mail.gol.com> <200803180822.19747.daniel.ramaley@drake.edu> <20080318155544.79e7efac.attila@kinali.ch> <200803181314.01992.daniel.ramaley@drake.edu> <78d7dd350803181916w70c71d9bp52c0505584bf829f@mail.gmail.com> <d8fcc0800803181938s73c902d8s6b650c511e59d41b@mail.gmail.com> <ed10ee420803182359m4af2dac1jfe0099a3040d74bb@mail.gmail.com>
- User-agent: Thunderbird 2.0.0.12 (Macintosh/20080213)
SL Baur wrote: > The GNU variantsof the standard Unix utilities are in general over-engineered and downright awful.
I remember when I achieved Unix enlightenment: it was when, after having just read the source to GNU sync(1), I read the source to BSD sync(1).
BSD, modulo licensing and copyright information, goes like this:
#include <stdlib.h> #include <unistd.h>
int main(int argc __unused, char *argv[] __unused) { sync(); exit(0); }
GNU, needless to say, does not.
(I still get the occasional fond thoughts about Plan 9, but that's another story.)
-- Writing software is more fun than working.
- Follow-Ups:
- [tlug] Bad attitude Wednesday [C&C maybe]
- From: Stephen J. Turnbull
- References:
- [tlug] The Mother of All (bash) Commands
- From: Greg Thomson
- Re: [tlug] The Mother of All (bash) Commands
- From: Daniel A. Ramaley
- Re: [tlug] The Mother of All (bash) Commands
- From: Attila Kinali
- Re: [tlug] The Mother of All (bash) Commands
- From: Daniel A. Ramaley
- Re: [tlug] The Mother of All (bash) Commands
- From: Nguyen Vu Hung
- Re: [tlug] The Mother of All (bash) Commands
- From: Josh Glover
- Re: [tlug] The Mother of All (bash) Commands
- From: SL Baur
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Who is www-data, and why do they want my CPU?
- Next by Date: [tlug] Apache SSL issue
- Previous by thread: Re: [tlug] The Mother of All (bash) Commands
- Next by thread: [tlug] Bad attitude Wednesday [C&C maybe]
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links