<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: sed script help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977489#M923271</link>
    <description>I put your 2 files on my system and run the following-&lt;BR /&gt;&lt;BR /&gt;sed -e '/^impacts/d' -e '/^# by running/r testf2' &lt;TESTF1&gt;&lt;/TESTF1&gt;&lt;BR /&gt;and this is the results-&lt;BR /&gt;&lt;BR /&gt;# ftp and remsh sources can use a full path:&lt;BR /&gt;# archive_path = "/pub/IUXarchives/B.11.00_32bitCDE.gz"&lt;BR /&gt;&lt;BR /&gt;# The data for the "impacts" statements are found&lt;BR /&gt;# by running /opt/ignite/lbin/archive_impact&lt;BR /&gt;impacts = "/" 23Kb&lt;BR /&gt;impacts = "/.sw" 100Kb&lt;BR /&gt;impacts = "/dev" 14Kb&lt;BR /&gt;impacts = "/etc" 41366Kb&lt;BR /&gt;impacts = "/home" 8Kb&lt;BR /&gt;impacts = "/opt" 1246434Kb&lt;BR /&gt;impacts = "/sbin" 37158Kb&lt;BR /&gt;impacts = "/stand" 55954Kb&lt;BR /&gt;impacts = "/tmp" 6Kb&lt;BR /&gt;impacts = "/users" 1Kb&lt;BR /&gt;impacts = "/usr" 909819Kb&lt;BR /&gt;impacts = "/var" 542014Kb&lt;BR /&gt;exrequisite += "golden image - 64 bit OS"&lt;BR /&gt;visible_if = can_run_32bit&lt;BR /&gt;&lt;BR /&gt;I had both testf1 and testf2 both under my current directory.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
    <pubDate>Tue, 20 May 2003 14:01:18 GMT</pubDate>
    <dc:creator>Rodney Hills</dc:creator>
    <dc:date>2003-05-20T14:01:18Z</dc:date>
    <item>
      <title>sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977481#M923263</link>
      <description>I am trying to replace and entire address in one file with the entire address in another file.  The following is an excerpt from the first file (called core11.cfg):&lt;BR /&gt;&lt;BR /&gt;# ftp and remsh sources can use a full path:&lt;BR /&gt;    # archive_path = "/pub/IUXarchives/B.11.00_32bitCDE.gz"&lt;BR /&gt;&lt;BR /&gt;    #  The data for the "impacts" statements are found&lt;BR /&gt;    #  by running /opt/ignite/lbin/archive_impact&lt;BR /&gt;    impacts = "/"         27Kb&lt;BR /&gt;    impacts = "/.dt"      35Kb&lt;BR /&gt;    impacts = "/etc"    1864Kb&lt;BR /&gt;    impacts = "/export"    1Kb&lt;BR /&gt;    impacts = "/home"      1Kb&lt;BR /&gt;    impacts = "/opt"   74096Kb&lt;BR /&gt;    impacts = "/sbin"  13449Kb&lt;BR /&gt;    impacts = "/stand"     1Kb&lt;BR /&gt;    impacts = "/tmp"       1Kb&lt;BR /&gt;    impacts = "/users"    40Kb&lt;BR /&gt;    impacts = "/usr"  225951Kb&lt;BR /&gt;    impacts = "/var"    5705Kb&lt;BR /&gt;    exrequisite += "golden image - 64 bit OS"&lt;BR /&gt;    visible_if  = can_run_32bit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and this is the entire 2nd file (called mou110.impact):&lt;BR /&gt;&lt;BR /&gt;    impacts = "/" 23Kb&lt;BR /&gt;    impacts = "/.sw" 100Kb&lt;BR /&gt;    impacts = "/dev" 14Kb&lt;BR /&gt;    impacts = "/etc" 41366Kb&lt;BR /&gt;    impacts = "/home" 8Kb&lt;BR /&gt;    impacts = "/opt" 1246434Kb&lt;BR /&gt;    impacts = "/sbin" 37158Kb&lt;BR /&gt;    impacts = "/stand" 55954Kb&lt;BR /&gt;    impacts = "/tmp" 6Kb&lt;BR /&gt;    impacts = "/users" 1Kb&lt;BR /&gt;    impacts = "/usr" 909819Kb&lt;BR /&gt;    impacts = "/var" 542014Kb&lt;BR /&gt;&lt;BR /&gt;I'm trying to replace all the "impact" entried in the first file with the entried in the second file.  The reasone I am trying to replace the whole section is that the entried are not all the same.... &lt;BR /&gt;i.e.&lt;BR /&gt;/.dt (original file)&lt;BR /&gt;/.sw (replacement file)&lt;BR /&gt;&lt;BR /&gt;I'm in the process of scripting the creation of a bootable ingnite DVD (iso image)  &lt;BR /&gt;Any help would be appreciated.&lt;BR /&gt;Thanks &lt;BR /&gt;</description>
      <pubDate>Tue, 20 May 2003 13:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977481#M923263</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-05-20T13:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977482#M923264</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;Replace all entries named "impacts" in the first file with contents of the second file? Is that the right interpretation?&lt;BR /&gt;&lt;BR /&gt;Ian&lt;BR /&gt;</description>
      <pubDate>Tue, 20 May 2003 13:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977482#M923264</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-05-20T13:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977483#M923265</link>
      <description>If we assume the comment line before the first "impacts" stays the same-&lt;BR /&gt;&lt;BR /&gt;sed -e '/^impacts/d' -e '/^# by running/r mou110.impact' &lt;CORE11.CFG&gt;newcore11.cfg&lt;BR /&gt;&lt;BR /&gt;This will delete all "impacts" line from original and "r"ead the replacment file following the comment.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills&lt;/CORE11.CFG&gt;</description>
      <pubDate>Tue, 20 May 2003 13:43:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977483#M923265</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2003-05-20T13:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977484#M923266</link>
      <description>sorry - I should clarify.... i just want to replace the lines that start with "impact"</description>
      <pubDate>Tue, 20 May 2003 13:44:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977484#M923266</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-05-20T13:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977485#M923267</link>
      <description>rm /tmp/newfile&lt;BR /&gt;cat /tmp/file1 |awk 'BEGIN {indic=0} $1 ~ /impact/ &amp;amp;&amp;amp; indic == 0 {indic=1;rc=system("cat /tmp/impacts")}         &lt;BR /&gt;indic == 1 &amp;amp;&amp;amp; $1 !~ /impact/ {indic=2}&lt;BR /&gt;indic == 0 &amp;amp;&amp;amp; $1 !~ /impact/ {print $0}&lt;BR /&gt;indic == 2 {print $0} ' &amp;gt;/tmp/newfile&lt;BR /&gt;&lt;BR /&gt;Sample code, testing and works. /tmp/newfile = new output, /tmp/impacts = new list of impacts (no blank lines).&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Tue, 20 May 2003 13:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977485#M923267</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-05-20T13:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977486#M923268</link>
      <description>I would suggest a clean way:&lt;BR /&gt;&lt;BR /&gt;#!/sbin/sh&lt;BR /&gt;TMP=$$&lt;BR /&gt;&lt;BR /&gt;cat core11.cfg | grep -v impact &amp;gt; /tmp/$TMP.spool&lt;BR /&gt;&lt;BR /&gt;cat /tmp/$TMP.spool &amp;gt; core11.cfg&lt;BR /&gt;&lt;BR /&gt;cat mou110.impact &amp;gt;&amp;gt; core11.cfg&lt;BR /&gt;&lt;BR /&gt;####EOF&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Doing so you will have all the variable where you want.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt; Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 May 2003 13:51:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977486#M923268</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-05-20T13:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977487#M923269</link>
      <description>rodney - yes the previous commented line will stay the same.  I tried your line but it didn't change anything in the file.</description>
      <pubDate>Tue, 20 May 2003 13:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977487#M923269</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-05-20T13:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977488#M923270</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;using file1 file2 in,temp as work and file3 out&lt;BR /&gt;&lt;BR /&gt;grep -v impacts file1 &amp;gt; temp&lt;BR /&gt;grep "#" temp &amp;gt; file3&lt;BR /&gt;cat file2 &amp;gt;&amp;gt; file3&lt;BR /&gt;grep -v "#" temp &amp;gt;&amp;gt; file3&lt;BR /&gt;rm temp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;             Steve Steel</description>
      <pubDate>Tue, 20 May 2003 13:57:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977488#M923270</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-05-20T13:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977489#M923271</link>
      <description>I put your 2 files on my system and run the following-&lt;BR /&gt;&lt;BR /&gt;sed -e '/^impacts/d' -e '/^# by running/r testf2' &lt;TESTF1&gt;&lt;/TESTF1&gt;&lt;BR /&gt;and this is the results-&lt;BR /&gt;&lt;BR /&gt;# ftp and remsh sources can use a full path:&lt;BR /&gt;# archive_path = "/pub/IUXarchives/B.11.00_32bitCDE.gz"&lt;BR /&gt;&lt;BR /&gt;# The data for the "impacts" statements are found&lt;BR /&gt;# by running /opt/ignite/lbin/archive_impact&lt;BR /&gt;impacts = "/" 23Kb&lt;BR /&gt;impacts = "/.sw" 100Kb&lt;BR /&gt;impacts = "/dev" 14Kb&lt;BR /&gt;impacts = "/etc" 41366Kb&lt;BR /&gt;impacts = "/home" 8Kb&lt;BR /&gt;impacts = "/opt" 1246434Kb&lt;BR /&gt;impacts = "/sbin" 37158Kb&lt;BR /&gt;impacts = "/stand" 55954Kb&lt;BR /&gt;impacts = "/tmp" 6Kb&lt;BR /&gt;impacts = "/users" 1Kb&lt;BR /&gt;impacts = "/usr" 909819Kb&lt;BR /&gt;impacts = "/var" 542014Kb&lt;BR /&gt;exrequisite += "golden image - 64 bit OS"&lt;BR /&gt;visible_if = can_run_32bit&lt;BR /&gt;&lt;BR /&gt;I had both testf1 and testf2 both under my current directory.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Tue, 20 May 2003 14:01:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977489#M923271</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2003-05-20T14:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977490#M923272</link>
      <description>Remember, "sed" does not change the original file. It creates a "new" text file.&lt;BR /&gt;&lt;BR /&gt;If you want to replace the original, then "mv" the resultant file to the original.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Tue, 20 May 2003 14:04:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977490#M923272</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2003-05-20T14:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977491#M923273</link>
      <description>Ian - your solution does indeed work.  Just so everyone else knows... the original file is much larger than I included in my first post.  I'm attaching the entire file just so there is no misunderstandings.</description>
      <pubDate>Tue, 20 May 2003 14:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977491#M923273</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-05-20T14:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977492#M923274</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;Have just noticed the recursion within your sample file (2 sets of "impacts" lines). &lt;BR /&gt;&lt;BR /&gt;Do we need to code around this, by either &lt;BR /&gt;a) replacing both sets of "impacts" lines, or&lt;BR /&gt;b) only replacing a specific set of "impacts" lines?&lt;BR /&gt;&lt;BR /&gt;Have solutions to both; let us know if you need them, and which one.&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Tue, 20 May 2003 14:08:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977492#M923274</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-05-20T14:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977493#M923275</link>
      <description>I'd do something this:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh&lt;BR /&gt;&lt;BR /&gt;file1=&lt;BR /&gt;file2=&lt;BR /&gt;tmpFile=&lt;BR /&gt;rm $tmpFile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cat file1 |&lt;BR /&gt;while read a b c size&lt;BR /&gt;do&lt;BR /&gt;start="$a $b $c"&lt;BR /&gt;&lt;BR /&gt;case $start in&lt;BR /&gt;^${start}*) &lt;BR /&gt;size=$(grep "^$start" file2 | cut -f4)&lt;BR /&gt;;;&lt;BR /&gt;esac&lt;BR /&gt;&lt;BR /&gt;print "$start $size" &amp;gt;&amp;gt; $tmpFile&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;haven't tested but should be pretty close to what your looking to do</description>
      <pubDate>Tue, 20 May 2003 14:12:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977493#M923275</guid>
      <dc:creator>Curtis Larson_2</dc:creator>
      <dc:date>2003-05-20T14:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977494#M923276</link>
      <description>rodney - I'm outputting your script into a new file and it didn't change anything.  not sure why.</description>
      <pubDate>Tue, 20 May 2003 14:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977494#M923276</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-05-20T14:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977495#M923277</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;This awk script could also do it ...&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;awk '/^impact/ {if (flg != 1)&lt;BR /&gt;  {&lt;BR /&gt;    flg=1&lt;BR /&gt;    system("cat mou110.impact")&lt;BR /&gt;  }&lt;BR /&gt;  next&lt;BR /&gt;}&lt;BR /&gt;{print}' core11.cfg</description>
      <pubDate>Tue, 20 May 2003 14:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977495#M923277</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2003-05-20T14:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977496#M923278</link>
      <description>Ian - both sets would be great - I just wasn't sure how to do the entire addressing issue.</description>
      <pubDate>Tue, 20 May 2003 14:15:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977496#M923278</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-05-20T14:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977497#M923279</link>
      <description># Second code - Checks for keywords that indicate we have found our subsection (Reset every time we hit a right curly brace)&lt;BR /&gt;cat /tmp/file1 |awk -vsubset="64 bit" 'BEGIN {indic=0;subsect=0}&lt;BR /&gt;$0 ~ "\}" {indic=0;subsect=0}&lt;BR /&gt;$0 ~ subset {subsect=1}&lt;BR /&gt;$1 ~ /impact/ &amp;amp;&amp;amp; indic == 0 &amp;amp;&amp;amp; subsect == 1 {indic=1;rc=system("cat /tmp/impacts")}&lt;BR /&gt;indic == 1 &amp;amp;&amp;amp; $1 !~ /impact/ {indic=2}&lt;BR /&gt;indic == 0 &amp;amp;&amp;amp; $1 ~ /impact/ &amp;amp;&amp;amp; subsect != 1 {print $0}&lt;BR /&gt;indic == 0 &amp;amp;&amp;amp; $1 !~ /impact/ {print $0}&lt;BR /&gt;indic == 2 {print $0} ' &amp;gt;/tmp/newfile&lt;BR /&gt;&lt;BR /&gt;# First code - resets back to Zero everytime if finds a curly brace (does all occurences)&lt;BR /&gt;# cat /tmp/file1 |awk 'BEGIN {indic=0}&lt;BR /&gt;# $0 ~ "\{" || $0 ~ "\}" {indic=0}&lt;BR /&gt;# $1 ~ /impact/ &amp;amp;&amp;amp; indic == 0 {indic=1;rc=system("cat /tmp/impacts")}&lt;BR /&gt;# indic == 1 &amp;amp;&amp;amp; $1 !~ /impact/ {indic=2}&lt;BR /&gt;# indic == 0 &amp;amp;&amp;amp; $1 !~ /impact/ {print $0}&lt;BR /&gt;# indic == 2 {print $0} ' &amp;gt;/tmp/newfile&lt;BR /&gt;&lt;BR /&gt;Attached as a file. First piece of code is commented out so I could test the second. Both pieces tested on your sample, second part tested on keywords "32 bit" and "64 bit".&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Tue, 20 May 2003 14:34:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977497#M923279</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-05-20T14:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977498#M923280</link>
      <description>Ian - your script does exactly what I was looking for.  I'm still testing some of the others and will report back and assign points to the rest.</description>
      <pubDate>Tue, 20 May 2003 14:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977498#M923280</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-05-20T14:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: sed script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977499#M923281</link>
      <description>Ian -&lt;BR /&gt;It's been a while since you solved this problem... I was bored today and was looking over this ... I've never used this type of structure (indic) before and was wondering if you could explain it a little?&lt;BR /&gt;if not thanks for the solution....&lt;BR /&gt;&lt;BR /&gt;catch a man a fish and you feed him for a day.... teach a man to fish and you feed him for a lifetime.</description>
      <pubDate>Mon, 02 Jun 2003 16:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-script-help/m-p/2977499#M923281</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-06-02T16:06:06Z</dc:date>
    </item>
  </channel>
</rss>

