<?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 sed/awk help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-awk-help/m-p/2714554#M61441</link>
    <description>I have two files. One file has two columns, separated by tab. the other file has just one column. How can I combine these two files to have one file with 3 columns?</description>
    <pubDate>Tue, 30 Apr 2002 21:41:23 GMT</pubDate>
    <dc:creator>Kevin Wright</dc:creator>
    <dc:date>2002-04-30T21:41:23Z</dc:date>
    <item>
      <title>sed/awk help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-awk-help/m-p/2714554#M61441</link>
      <description>I have two files. One file has two columns, separated by tab. the other file has just one column. How can I combine these two files to have one file with 3 columns?</description>
      <pubDate>Tue, 30 Apr 2002 21:41:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-awk-help/m-p/2714554#M61441</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2002-04-30T21:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: sed/awk help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-awk-help/m-p/2714555#M61442</link>
      <description>Hi Kevin,&lt;BR /&gt;&lt;BR /&gt;How about using 'paste'.&lt;BR /&gt;This is how to combine two files into a third, with the same number of lines.&lt;BR /&gt;&lt;BR /&gt;# paste -d"\t" wrk2 wrk3 &amp;gt;wrk4&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;~Michael~</description>
      <pubDate>Tue, 30 Apr 2002 22:07:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-awk-help/m-p/2714555#M61442</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-04-30T22:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: sed/awk help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-awk-help/m-p/2714556#M61443</link>
      <description>Never heard of paste before, but it is perfect. Thanks Mike.</description>
      <pubDate>Wed, 01 May 2002 13:48:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-awk-help/m-p/2714556#M61443</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2002-05-01T13:48:01Z</dc:date>
    </item>
  </channel>
</rss>

