NON-SOURCE POSTINGS CONSIDERED HARMFUL!

Dan Bernstein brnstnd at kramden.acf.nyu.edu
Tue Jan 29 04:58:52 AEST 1991


In article <7628 at sugar.hackercorp.com> karl at sugar.hackercorp.com (Karl Lehenbauer) writes:
> Dan's version of "much more easily done" is different than for most of
> the rest of us, I think.

Be serious, Karl. We're talking about seven simple commands in a
pipeline versus nearly 30 lines of perl to do the same job: namely, get
a list of all names where there are two different executables in PATH.
It's a hell of a lot simpler to let ls, sort, and uniq do the work than
to bother traversing directories, stat()ing files, and keeping arrays of
on thing or another by hand. Surely you agree.

Tom knows the shell script is a lot simpler; that's why he presented
such brilliant arguments against it as ``It doesn't do anything like the
perl script!'' and ``I'm giving you the silent treatment!''

---Dan



More information about the Alt.sources.d mailing list