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 -->
  #2 (permalink)  
Old 07-23-2008
chada chada is offline
Registered User
  
 

Join Date: Jul 2008
Posts: 2
dont bother i was able to do using sed.

sed '/PIN VDD /{n;s/INPUT/INOUT/ ;}' xyz.file > test_std.file

thanks!