<?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: Need SED Equiv to this perl command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-sed-equiv-to-this-perl-command/m-p/5265169#M660404</link>
    <description>Disregard - Found the solution.</description>
    <pubDate>Thu, 02 Dec 2010 20:54:15 GMT</pubDate>
    <dc:creator>rmueller58</dc:creator>
    <dc:date>2010-12-02T20:54:15Z</dc:date>
    <item>
      <title>Need SED Equiv to this perl command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-sed-equiv-to-this-perl-command/m-p/5265168#M660403</link>
      <description>perl -pi -e s/"Millard\,Public\,Schools"/"Millard Public Schools"/g&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Dec 2010 20:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-sed-equiv-to-this-perl-command/m-p/5265168#M660403</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2010-12-02T20:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need SED Equiv to this perl command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-sed-equiv-to-this-perl-command/m-p/5265169#M660404</link>
      <description>Disregard - Found the solution.</description>
      <pubDate>Thu, 02 Dec 2010 20:54:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-sed-equiv-to-this-perl-command/m-p/5265169#M660404</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2010-12-02T20:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need SED Equiv to this perl command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-sed-equiv-to-this-perl-command/m-p/5265170#M660405</link>
      <description>Hi Rex:&lt;BR /&gt;&lt;BR /&gt;In HP-UX using its standard 'sed' you need a two-step process:&lt;BR /&gt;&lt;BR /&gt;# sed -e 's/"Millard,Public,Schools"/"Millard Public Schools"/g' file &amp;gt; file.new&lt;BR /&gt;# mv file.new file&lt;BR /&gt;&lt;BR /&gt;If you were to use GNU 'sed' the '-i' switch for inplace updates is supported and could be added to act like Perl.&lt;BR /&gt;&lt;BR /&gt;In eithere Perl or sed, there is no need to escape the comma character.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Dec 2010 21:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-sed-equiv-to-this-perl-command/m-p/5265170#M660405</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-12-02T21:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need SED Equiv to this perl command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-sed-equiv-to-this-perl-command/m-p/5265171#M660406</link>
      <description>Thanks James..</description>
      <pubDate>Thu, 02 Dec 2010 21:01:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-sed-equiv-to-this-perl-command/m-p/5265171#M660406</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2010-12-02T21:01:08Z</dc:date>
    </item>
  </channel>
</rss>

