Re: Increment UID Field

2011-07-20 Thread Rob Coops
On Wed, Jul 20, 2011 at 9:53 PM, Shlomi Fish wrote: > Hi Overkill, > > On Wed, 20 Jul 2011 13:24:06 -0400 > Overkill wrote: > > > Greetings, > > > > I'm trying to increment the UID field of the unix password file from an > > csv file. I've tried to insert C style increment and it keeps bomping

Re: Increment UID Field

2011-07-20 Thread Shlomi Fish
Hi Overkill, On Wed, 20 Jul 2011 13:24:06 -0400 Overkill wrote: > Greetings, > > I'm trying to increment the UID field of the unix password file from an > csv file. I've tried to insert C style increment and it keeps bomping > out. What would be the logic to increment the 5009 to increment

Re: Increment UID Field

2011-07-20 Thread Overkill
Rob, great ideas and worked like a charm. Thanks again, Overkill. On 07/20/2011 01:42 PM, Rob Coops wrote: On Wed, Jul 20, 2011 at 7:24 PM, Overkill wrote: Greetings, I'm trying to increment the UID field of the unix password file from an csv file. I've tried to insert C style increment and

Re: Increment UID Field

2011-07-20 Thread Rob Coops
On Wed, Jul 20, 2011 at 7:24 PM, Overkill wrote: > Greetings, > > I'm trying to increment the UID field of the unix password file from an csv > file. I've tried to insert C style increment and it keeps bomping out. > What would be the logic to increment the 5009 to increment by one? Thanks > f

Increment UID Field

2011-07-20 Thread Overkill
Greetings, I'm trying to increment the UID field of the unix password file from an csv file. I've tried to insert C style increment and it keeps bomping out. What would be the logic to increment the 5009 to increment by one? Thanks for any help. -Overkill #!/usr/bin/perl #use strict; #u