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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 09-19-2007
pbsrinivas pbsrinivas is offline
Registered User
 

Join Date: Jul 2006
Posts: 141
sed " /$1/ c\$1=$2" noname.txt

should do...
Reply With Quote