<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sed/m-p/2630560#M726334</link>
    <description>Hi Matt:&lt;BR /&gt;&lt;BR /&gt;You can do this:&lt;BR /&gt;&lt;BR /&gt;# cat myfile|tr -d ","&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Wed, 12 Dec 2001 19:13:12 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-12-12T19:13:12Z</dc:date>
    <item>
      <title>SED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed/m-p/2630558#M726332</link>
      <description>I have a file similar to the following:&lt;BR /&gt;&lt;BR /&gt;server1_342342319,&lt;BR /&gt;server2_342452354,&lt;BR /&gt;server3_483924432,&lt;BR /&gt;&lt;BR /&gt;I need to be able to manipulate this file so that the "," is removed.  I believe the 'sed' utility will do this, but I'm not familiar enough with this command.&lt;BR /&gt;&lt;BR /&gt;Any help is greatly appreciated.&lt;BR /&gt;-Matt&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Dec 2001 19:09:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed/m-p/2630558#M726332</guid>
      <dc:creator>Matt Dunfee</dc:creator>
      <dc:date>2001-12-12T19:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: SED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed/m-p/2630559#M726333</link>
      <description>This should work for you&lt;BR /&gt;&lt;BR /&gt;sed 's/,//g' filename&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Wed, 12 Dec 2001 19:10:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed/m-p/2630559#M726333</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2001-12-12T19:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: SED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed/m-p/2630560#M726334</link>
      <description>Hi Matt:&lt;BR /&gt;&lt;BR /&gt;You can do this:&lt;BR /&gt;&lt;BR /&gt;# cat myfile|tr -d ","&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 12 Dec 2001 19:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed/m-p/2630560#M726334</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-12-12T19:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: SED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed/m-p/2630561#M726335</link>
      <description>That worked.&lt;BR /&gt;I figured it'd be simple.&lt;BR /&gt;Thanks!!</description>
      <pubDate>Wed, 12 Dec 2001 19:16:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed/m-p/2630561#M726335</guid>
      <dc:creator>Matt Dunfee</dc:creator>
      <dc:date>2001-12-12T19:16:41Z</dc:date>
    </item>
  </channel>
</rss>

