The UNIX and Linux Forums  

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 -->
  #5 (permalink)  
Old 08-31-2007
jkl_jkl jkl_jkl is offline
Registered User
  
 

Join Date: Aug 2007
Posts: 46
Quote:
Originally Posted by ghostdog74 View Post
Code:
awk 'BEGIN{OFS=FS="|"}$3==100{$3=2000}{print}' file
This is a nice reply(more generic) , worked for me :-) Thanks :-)