"Simple" but non-portable == useless.

Dan Bernstein brnstnd at kramden.acf.nyu.edu
Thu Jan 31 08:56:32 AEST 1991


In article <27A5C105.1019 at tct.uucp> chip at tct.uucp (Chip Salzenberg) writes:
> So maybe Karl did it the long way.  Here's my version of pathdup in
> Perl, and it's only ten lines long:

Chip, you just typed ten lines of perl, including a few hundred
characters, to achieve basically the same effect as

  $ ls -F `echo $PATH | tr : '\012'` | sed -n 's/\*$//p' | sort | uniq -d

or, in csh,

  % ls -F $path | sed -n 's/\*$//p' | sort | uniq -d

Are you sure you're spending your programming time wisely?

---Dan



More information about the Alt.sources.d mailing list