<?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/2910729#M107245</link>
    <description>ok..I want's to remove ^M only in the end of each line please...</description>
    <pubDate>Sat, 22 Feb 2003 00:16:20 GMT</pubDate>
    <dc:creator>Sandeep_12</dc:creator>
    <dc:date>2003-02-22T00:16:20Z</dc:date>
    <item>
      <title>sed help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2910726#M107242</link>
      <description>Hi How do I remove ^M from all the lines in a file using sed.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help&lt;BR /&gt;&lt;BR /&gt;Sandeep</description>
      <pubDate>Sat, 22 Feb 2003 00:09:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2910726#M107242</guid>
      <dc:creator>Sandeep_12</dc:creator>
      <dc:date>2003-02-22T00:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: sed help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2910727#M107243</link>
      <description>Instead of using sed for this, have a look at the us2dos and dos2ux commands.</description>
      <pubDate>Sat, 22 Feb 2003 00:12:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2910727#M107243</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-02-22T00:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: sed help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2910728#M107244</link>
      <description>Hi Sandeep,&lt;BR /&gt;&lt;BR /&gt;Use sed 's/^M//g' file &amp;gt; file1&lt;BR /&gt;&lt;BR /&gt;Or in vi use&lt;BR /&gt;&lt;BR /&gt;:%s/^M//g'&lt;BR /&gt;&lt;BR /&gt;^M = ctrl-v ctrl-M together&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sat, 22 Feb 2003 00:13:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2910728#M107244</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-22T00:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: sed help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2910729#M107245</link>
      <description>ok..I want's to remove ^M only in the end of each line please...</description>
      <pubDate>Sat, 22 Feb 2003 00:16:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2910729#M107245</guid>
      <dc:creator>Sandeep_12</dc:creator>
      <dc:date>2003-02-22T00:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: sed help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2910730#M107246</link>
      <description>Only end of the line&lt;BR /&gt;&lt;BR /&gt;sed 's/^M$//g' file &amp;gt; file1&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sat, 22 Feb 2003 00:19:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-help/m-p/2910730#M107246</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-22T00:19:05Z</dc:date>
    </item>
  </channel>
</rss>

