<?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 help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2916320#M934124</link>
    <description>Use ";" instead of "/" .....&lt;BR /&gt;&lt;BR /&gt;kaps</description>
    <pubDate>Mon, 03 Mar 2003 07:01:54 GMT</pubDate>
    <dc:creator>KapilRaj</dc:creator>
    <dc:date>2003-03-03T07:01:54Z</dc:date>
    <item>
      <title>sed help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2916317#M934121</link>
      <description>I am writing some script to delete one of the HTML code from a html file.&lt;BR /&gt;&lt;BR /&gt;&lt;CENTER&gt;&lt;FONT face="Arial"&gt;&lt;SMALL&gt;This dynamic site was generated with &lt;A href="http://www.codecharge.com" target="_blank"&gt;CodeCharge&lt;/A&gt;mall&amp;gt;&lt;/SMALL&gt;&lt;/FONT&gt;&lt;/CENTER&gt;&lt;BR /&gt;&lt;BR /&gt;But I have problem using sed because of the "&amp;lt;" and "&amp;gt;" inside the html syntax</description>
      <pubDate>Sat, 01 Mar 2003 07:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2916317#M934121</guid>
      <dc:creator>kholikt</dc:creator>
      <dc:date>2003-03-01T07:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: sed help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2916318#M934122</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you try this?&lt;BR /&gt;&lt;BR /&gt;string="&amp;gt;CodeCharge&amp;lt;"&lt;BR /&gt;sed '/'"$string"'/d' data&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sat, 01 Mar 2003 15:10:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2916318#M934122</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-01T15:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: sed help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2916319#M934123</link>
      <description>create a file with all the change you need&lt;BR /&gt;&lt;BR /&gt;s/&lt;LABEL&gt;//&lt;BR /&gt;s/&lt;BR /&gt;&lt;BR /&gt;use :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sed -f sed_file file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LABEL&gt;</description>
      <pubDate>Sat, 01 Mar 2003 18:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2916319#M934123</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2003-03-01T18:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: sed help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2916320#M934124</link>
      <description>Use ";" instead of "/" .....&lt;BR /&gt;&lt;BR /&gt;kaps</description>
      <pubDate>Mon, 03 Mar 2003 07:01:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2916320#M934124</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2003-03-03T07:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: sed help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2916321#M934125</link>
      <description>$ cat a.html &lt;BR /&gt;&lt;CENTER&gt;&lt;FONT face="Arial"&gt;&lt;SMALL&gt;This dynamic site was generated with &lt;A href="http://www.codecharge.com" target="_blank"&gt;CodeCharge&lt;/A&gt;mall&amp;gt;&lt;/SMALL&gt;&lt;/FONT&gt;&lt;/CENTER&gt; &lt;BR /&gt;&lt;BR /&gt;$ sed -e 's/&amp;lt;\/a&amp;gt;//' a.html &lt;BR /&gt;&lt;CENTER&gt;&lt;FONT face="Arial"&gt;&lt;SMALL&gt;This dynamic site was generated with &lt;A href="http://www.codecharge.com" target="_blank"&gt;CodeChargemall&amp;gt;&lt;/A&gt;&lt;/SMALL&gt;&lt;/FONT&gt;&lt;/CENTER&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;here is a dry run. hope this helps.&lt;BR /&gt;-balaji</description>
      <pubDate>Mon, 03 Mar 2003 07:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2916321#M934125</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-03-03T07:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: sed help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2916322#M934126</link>
      <description>have you tried escaping the &amp;lt; and the /'s in your file?&lt;BR /&gt;&lt;BR /&gt;for example if you wanted to get rid of the word &lt;CENTER&gt;&lt;BR /&gt;you could try this:&lt;BR /&gt;sed 's/\&lt;CENTER&gt;//'&lt;/CENTER&gt;&lt;/CENTER&gt;</description>
      <pubDate>Tue, 04 Mar 2003 13:30:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2916322#M934126</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-03-04T13:30:59Z</dc:date>
    </item>
  </channel>
</rss>

