From: q.p.liu (qpliu@phoenix.Princeton.EDU)
Date: 04/12/93


From: qpliu@phoenix.Princeton.EDU (q.p.liu)
Subject: Re: The dangers of playing with shared libraries
Date: Tue, 13 Apr 1993 02:52:58 GMT

In article <C5EG47.Kqr@wyvern.wyvern.com> caywood@wyvern.wyvern.com (John Caywood) writes:
> 'ln' is not the only candidate for static
>linking -- I can think of ls, mv, and (maybe) cat in the same got-to-have-it
>category. I can't see it if I can't 'ls';

echo *

> if I can 'mv' it, I don't need
>to 'rm' it; I can't inspect it if I can't 'cat' it,

while read x; do echo "$x"; done < file
        (doesn't work correctly with bash, but does with pdksh)

-- 
qpliu@princeton.edu           Standard opinion: Opinions are delta-correlated.