Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
sed scripting question
Name: Keiron Date: November 3, 2005 at 11:40:06 Pacific OS: Linux KDE CPU/Ram: ?
Comment:
Hi guys, Using sed, I need to find every line in a document that starts with <TITLE>, and insert </TITLE> after the first period that follows it. This period might be on a new line, and it has to be a single period (so I want to ignore '..' etc). Too intricate for me :S Can anybody help, please? Thanks Keiron
Summary: how any one can write SED script for following requirement? Test1.text file has following data : Che is CLA and XP is //event[tag = cast and line = 29] Che is CLA and XP is //event[tag = cast and line...
Summary: Hello, Can I use sed scripts, for ex: sed -f script filename > newfilename. where script file is : diff -e <my version> <production version> > script. The doubt that i have is in sed, how doe...