Re: [ilugd]: Hello and error output capturing in /bin/sh !!

2002-06-28 Thread Sandip Bhattacharya
On Thu, Jun 27, 2002 at 10:06:10PM -0700, Amol Rao spoke out thus: > I want to capture version number out of gcc. I tried > gcc -v |& awk '{ print $3}', won't work under sh, > works with csh. Any clues for /bin/sh ? Anybody ? gcc -v 2>&1 | grep ^gcc | awk '{print $3}' - Sandip -- Sandip Bhat

Re: [ilugd]: PPPoE server [WAS: (fwd) Apache mod_ssl off-by-one vulnerability]

2002-06-28 Thread Sandip Bhattacharya
On Thu, Jun 27, 2002 at 06:54:23PM +0530, Kapil Sethi spoke out thus: > We have a RAS ( Remote access server) as a dedicated hardware which contains > DSP cards. Each of these cards connects to the telephone company by n E1 > line and acts as 30 modems. > > The RAS authenticates users with the he