The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
How can I replace multiple lines from different files
.
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
:
How can I replace multiple lines from different files
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
02-07-2007
Ygor
Moderator
Join Date: Oct 2003
Location: -31.96,115.84
Posts: 1,411
Try...
Code:
awk '/Address:/{getline < "file2.txt"}{print}' file1.txt
Ygor
View Public Profile
Find all posts by Ygor
Find Ygor's past nominations received
Find Ygor's present nominations given