The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
replacing a nul field with text
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
replacing a nul field with text
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
09-04-2007
DarkHound
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
DarkHound
View Public Profile
Find all posts by DarkHound
Find DarkHound's past nominations received
Find DarkHound's present nominations given