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 05-10-2008
danmero danmero is offline
 

Join Date: Nov 2007
Location: 45.48-73.63
Posts: 415
man sed
Code:
sed 's/^/STR /g' data.file
Reply With Quote