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 -->
  #4 (permalink)  
Old 09-04-2007
DarkHound DarkHound is offline
Registered User
  
 

Join Date: Dec 2006
Posts: 3
FYI, I figured it out through use of another resource. The following is what did the trick, just in case anyone else needs to know.

perl -pe 's/^(.{307})\s{20}/$1SEE FREE TEXT /' input.file > output.file