|
Thanks for your response,but i need following
I have two files:
FILE1:
somedata
<html>
<head>
This is sample statement
......
......
</head>
</html>
somedata
FILE2:
olga 81 91 B A
rene 82 92 B A
zack 83 93
Expextd Result:
FILE1:
somedata
<html>
<head>
olga 81 91 B A
rene 82 92 B A
zack 83 93
</head>
</html>
MY question is how to replace the file2 contents into file1 between the patteren <head> and</head>
Thx in advance,
rajx
Last edited by rajx; 05-22-2007 at 06:48 AM..
|