The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 04-21-2009
treadwm treadwm is offline
Registered User
  
 

Join Date: Apr 2009
Posts: 2
Talking

that works awesome!
Thanks Rubin.

Quote:
Originally Posted by rubin View Post
I'm assuming the counter starts from 2000 ...

Code:
awk -F: '/localhost/{ $NF=i++ }1' i=2000 OFS=: file