Thanks for the quick response, I'm amazed. Yes, I did that, with the same results. Forgot to mention I´m using slink, and it does the same thing with HPUX.
Lazarus Long wrote: > On Thursday, June 03, 1999 at 13:50:57 -0500, James Frey wrote: > > Message-ID: <[EMAIL PROTECTED]> > > X-Mailer: Mozilla 4.51 [en] (Win95; I) > > X-UIDL: ecb483b3eaa75e5baf583d9d6c8d8b07 > > > it hangs. If I put: " #! /bin/awk " on the first line and try to run > ^ > > it with > > > > /respchk > ^^ > > I don't know awk, but: > > 1) you want > #!/bin/awk > > with no spaces, and > > 2) you want > ./respchk > > with a leading dot-slash to indicate the current directory > (after making it executable with > chmod +x ./respchek > > of course.) > > The alternative might be to place it in /usr/local/bin/ or the like. > > -- > > PGP Public Key available on request: > Type Bits/KeyID Date User ID > pub 1024/CFED2D11 1998/03/05 Lazarus Long <[EMAIL PROTECTED]> > Key fingerprint = 98 2A 56 34 16 76 D5 21 39 93 99 EA 89 D4 B5 A2