<?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 functionality in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-functionality/m-p/2440741#M768889</link>
    <description>Dave:&lt;BR /&gt;&lt;BR /&gt;sed s/\"//g&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 29 Aug 2000 10:46:12 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2000-08-29T10:46:12Z</dc:date>
    <item>
      <title>SED functionality</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-functionality/m-p/2440738#M768886</link>
      <description>Hi again.&lt;BR /&gt;&lt;BR /&gt;I need to strip single quotes from a file and have been using the following string without success. Can anyone advise me on the correct solution.&lt;BR /&gt;&lt;BR /&gt;sed -e 's/'//g'&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Tue, 29 Aug 2000 10:35:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-functionality/m-p/2440738#M768886</guid>
      <dc:creator>Dave Walley</dc:creator>
      <dc:date>2000-08-29T10:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: SED functionality</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-functionality/m-p/2440739#M768887</link>
      <description>Try changing your outer single quotes to double ones i.e.&lt;BR /&gt;&lt;BR /&gt;sed -e "s/'//"&lt;BR /&gt;&lt;BR /&gt;Should have the desired effect.</description>
      <pubDate>Tue, 29 Aug 2000 10:39:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-functionality/m-p/2440739#M768887</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-08-29T10:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: SED functionality</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-functionality/m-p/2440740#M768888</link>
      <description>As there are no spaces etc in the sed string then you can even get away with no outer quotes at all. Just 'backslash' the single quote:-&lt;BR /&gt;&lt;BR /&gt;sed -e s/\'//g</description>
      <pubDate>Tue, 29 Aug 2000 10:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-functionality/m-p/2440740#M768888</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-08-29T10:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: SED functionality</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-functionality/m-p/2440741#M768889</link>
      <description>Dave:&lt;BR /&gt;&lt;BR /&gt;sed s/\"//g&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 29 Aug 2000 10:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-functionality/m-p/2440741#M768889</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-08-29T10:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: SED functionality</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-functionality/m-p/2440742#M768890</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;sed -e "s/'//g" should do the thing. &lt;BR /&gt;&lt;BR /&gt;You don't need to  .</description>
      <pubDate>Tue, 29 Aug 2000 18:29:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-functionality/m-p/2440742#M768890</guid>
      <dc:creator>Vikas Khator</dc:creator>
      <dc:date>2000-08-29T18:29:48Z</dc:date>
    </item>
  </channel>
</rss>

