<?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: CRLF conversion help needed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crlf-conversion-help-needed/m-p/4101724#M730732</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;First, try dos2unix&lt;BR /&gt;&lt;BR /&gt;This sometimes does the trick.&lt;BR /&gt;&lt;BR /&gt;Also, can you provide a file sample so we can look at it in hex and provide you a simple, scripted or perl based solution.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 13 Nov 2007 13:36:23 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-11-13T13:36:23Z</dc:date>
    <item>
      <title>CRLF conversion help needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crlf-conversion-help-needed/m-p/4101723#M730731</link>
      <description>Hi,&lt;BR /&gt;   I need a little help trying to convert CRLF. However, it's not the normal end-of-line conversion. I need to convert CRLF into a space. Any ideas on how I can go about doing this? &lt;BR /&gt;   I've tried:&lt;BR /&gt;cat testfile | sed s/\\015\\012/ /g &amp;gt; tempfile&lt;BR /&gt;   but that doesn't seem to do it. &lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2007 13:28:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crlf-conversion-help-needed/m-p/4101723#M730731</guid>
      <dc:creator>Gary Hines</dc:creator>
      <dc:date>2007-11-13T13:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: CRLF conversion help needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crlf-conversion-help-needed/m-p/4101724#M730732</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;First, try dos2unix&lt;BR /&gt;&lt;BR /&gt;This sometimes does the trick.&lt;BR /&gt;&lt;BR /&gt;Also, can you provide a file sample so we can look at it in hex and provide you a simple, scripted or perl based solution.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 13 Nov 2007 13:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crlf-conversion-help-needed/m-p/4101724#M730732</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-11-13T13:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: CRLF conversion help needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crlf-conversion-help-needed/m-p/4101725#M730733</link>
      <description>Hi Gary:&lt;BR /&gt;&lt;BR /&gt;# perl -pe 's%\r\n% %' file&lt;BR /&gt;&lt;BR /&gt;...or if you want to update in-place, preserving a copy of 'file' as 'file.old':&lt;BR /&gt; &lt;BR /&gt;# perl -pi.old -e 's%\r\n% %' file &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 13 Nov 2007 13:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crlf-conversion-help-needed/m-p/4101725#M730733</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-11-13T13:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: CRLF conversion help needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crlf-conversion-help-needed/m-p/4101726#M730734</link>
      <description>Perfect James! Just what I needed. Thanks very much!</description>
      <pubDate>Tue, 13 Nov 2007 14:07:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crlf-conversion-help-needed/m-p/4101726#M730734</guid>
      <dc:creator>Gary Hines</dc:creator>
      <dc:date>2007-11-13T14:07:01Z</dc:date>
    </item>
  </channel>
</rss>

