I want to find the following text in about two hundred files (all in the same directory):
sysdate from dual);
and replace it with this line:
sysdate,max(osuser) from v$session where terminal = userenv('terminal'));
Is there a fast way to do this ? - I'm aware it may be more complicated due to the fact that I have quotation marks and a semi-colon in the text I want to bring in.
thanks for any help
dan
(HPUX 10.20)
Dan Auber
DanAuber@aol.com
sysdate from dual);
and replace it with this line:
sysdate,max(osuser) from v$session where terminal = userenv('terminal'));
Is there a fast way to do this ? - I'm aware it may be more complicated due to the fact that I have quotation marks and a semi-colon in the text I want to bring in.
thanks for any help
dan
(HPUX 10.20)
Dan Auber
DanAuber@aol.com