The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
change requires with perl
.
User Name
Remember Me?
Password
google site
Forums
Register
Blog
Man Pages
Forum Rules
Links
Albums
FAQ
Users
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
change requires with perl
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
09-19-2008
jim mcnamara
...@...
Join Date: Feb 2004
Location: NM
Posts: 6,112
sed
is easier...
Code:
sed
's/^BBBB/#&/' file > newfile
jim mcnamara
View Public Profile
Find all posts by jim mcnamara