RE: [Perl-unix-users] newgrp

2001-03-08 Thread Thomas_M
MAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: [Perl-unix-users] newgrp > > > > OS = Solaris > Perl = version 5.005_02 > > > #!/usr/local/bin/perl -w > > while () { >

RE: [Perl-unix-users] newgrp

2001-03-08 Thread Charlie . Ruble
> -Original Message- > From: Wes Wannemacher [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 08, 2001 10:32 AM > To: [EMAIL PROTECTED] > Subject: Re: [Perl-unix-users] newgrp > > On Thu, Mar 08, 2001 at 10:11:13AM -0700, [EMAIL PROTE

[Perl-unix-users] newgrp

2001-03-08 Thread Charlie . Ruble
I change between 2 primary groups in unix and I must be in the correct group when I run certain scripts. Therefore, I wanted to add a line like `newgrp dev`; When I add this and run it, it doesn't work for one and second it goes back to the prompt and you have to exit before you can do anything