<?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 Scripting  - Delete characters in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-delete-characters/m-p/3526041#M220643</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to delete letters between , and :. For example, ZDm1dl1Wy6sRg,7/hQ: . Between , and : there may special characters,alphanumeric etc..&lt;BR /&gt;The pattern is not same in all the lines. Is it possible to acheive this using sed or awk?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
    <pubDate>Fri, 15 Apr 2005 15:18:10 GMT</pubDate>
    <dc:creator>Krish_4</dc:creator>
    <dc:date>2005-04-15T15:18:10Z</dc:date>
    <item>
      <title>Scripting  - Delete characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-delete-characters/m-p/3526041#M220643</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to delete letters between , and :. For example, ZDm1dl1Wy6sRg,7/hQ: . Between , and : there may special characters,alphanumeric etc..&lt;BR /&gt;The pattern is not same in all the lines. Is it possible to acheive this using sed or awk?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Apr 2005 15:18:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-delete-characters/m-p/3526041#M220643</guid>
      <dc:creator>Krish_4</dc:creator>
      <dc:date>2005-04-15T15:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting  - Delete characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-delete-characters/m-p/3526042#M220644</link>
      <description>cat "your_file" | sed 's/,.*://g'&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 15 Apr 2005 15:25:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-delete-characters/m-p/3526042#M220644</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-04-15T15:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting  - Delete characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-delete-characters/m-p/3526043#M220645</link>
      <description>str="ZDm1dl1Wy6sRg,7/hQ:&lt;BR /&gt;echo $str | sed 's/,.*://g'&lt;BR /&gt;&lt;BR /&gt;Read str from your input file.&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Apr 2005 15:29:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-delete-characters/m-p/3526043#M220645</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-04-15T15:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting  - Delete characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-delete-characters/m-p/3526044#M220646</link>
      <description>Anil,&lt;BR /&gt;You beat me to that :-)&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Apr 2005 15:29:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-delete-characters/m-p/3526044#M220646</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-04-15T15:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting  - Delete characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-delete-characters/m-p/3526045#M220647</link>
      <description>BY 4 mins, 19 secs</description>
      <pubDate>Fri, 15 Apr 2005 15:41:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-delete-characters/m-p/3526045#M220647</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-04-15T15:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting  - Delete characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-delete-characters/m-p/3526046#M220648</link>
      <description>RAC wrote:&lt;BR /&gt;&amp;gt; BY 4 mins, 19 secs&lt;BR /&gt;&lt;BR /&gt;Yup... things move a lot slower in friday afternoon.&lt;BR /&gt;I need a coffee...&lt;BR /&gt;&lt;BR /&gt;Everybody,&lt;BR /&gt;Sorry for the stroll :-)&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Apr 2005 16:09:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-delete-characters/m-p/3526046#M220648</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-04-15T16:09:41Z</dc:date>
    </item>
  </channel>
</rss>

