Displaying 1 result from an estimated 1 matches for "firstmagic".
2010 Nov 27
1
sed with several lines, how?
hyphen's [ - ] are just for marking the start/end of a pattern, but
there are _not in_ the pattern!
"OUTPUT" is what i want after "seding" the PATTERN#X's
so i for e.g.: need the first, and second "magic"
sed "FIRSTMAGIC" PATTERN#1
sed "SECONDMAGIC" PATTERN#2
PATTERN#1:
-----------------------------------
SOMETEXT#1
<br><font size=3>SOMETEXT#2</font><br>
<br><font size=3>SOMETEXT#3</font><br>
SOMETEXT#4
-----------------------------------
"ex...