<?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 Combining files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/combining-files/m-p/2554632#M886591</link>
    <description>Hi, &lt;BR /&gt;is there a way to combine 2 files together, joining line 1 from file A with line 1 from file B, line 2 from A with line 2 from B etc. &lt;BR /&gt;&lt;BR /&gt;File A File B &lt;BR /&gt;1 4 &lt;BR /&gt;2 5 &lt;BR /&gt;3 6 &lt;BR /&gt;&lt;BR /&gt;Combined result = &lt;BR /&gt;File C &lt;BR /&gt;14 &lt;BR /&gt;25 &lt;BR /&gt;36&lt;BR /&gt;</description>
    <pubDate>Thu, 19 Jul 2001 05:49:19 GMT</pubDate>
    <dc:creator>Enda martin</dc:creator>
    <dc:date>2001-07-19T05:49:19Z</dc:date>
    <item>
      <title>Combining files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/combining-files/m-p/2554632#M886591</link>
      <description>Hi, &lt;BR /&gt;is there a way to combine 2 files together, joining line 1 from file A with line 1 from file B, line 2 from A with line 2 from B etc. &lt;BR /&gt;&lt;BR /&gt;File A File B &lt;BR /&gt;1 4 &lt;BR /&gt;2 5 &lt;BR /&gt;3 6 &lt;BR /&gt;&lt;BR /&gt;Combined result = &lt;BR /&gt;File C &lt;BR /&gt;14 &lt;BR /&gt;25 &lt;BR /&gt;36&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jul 2001 05:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/combining-files/m-p/2554632#M886591</guid>
      <dc:creator>Enda martin</dc:creator>
      <dc:date>2001-07-19T05:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Combining files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/combining-files/m-p/2554633#M886592</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You could do :&lt;BR /&gt;&lt;BR /&gt;paste fileA fileB | sed -e 's/ //g' &amp;gt; fileC&lt;BR /&gt;&lt;BR /&gt;where the char in sed is a "tab" char.&lt;BR /&gt;&lt;BR /&gt;You can try...&lt;BR /&gt;PJA</description>
      <pubDate>Thu, 19 Jul 2001 06:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/combining-files/m-p/2554633#M886592</guid>
      <dc:creator>JACQUET</dc:creator>
      <dc:date>2001-07-19T06:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Combining files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/combining-files/m-p/2554634#M886593</link>
      <description>Hi Enda,&lt;BR /&gt;&lt;BR /&gt;paste -d"\0" filea fileb &amp;gt; filec&lt;BR /&gt;&lt;BR /&gt;should do it.&lt;BR /&gt;&lt;BR /&gt;Robin</description>
      <pubDate>Thu, 19 Jul 2001 06:12:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/combining-files/m-p/2554634#M886593</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-07-19T06:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Combining files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/combining-files/m-p/2554635#M886594</link>
      <description>You could do like the following :&lt;BR /&gt;&lt;BR /&gt;paste fileA fileB | awk '{print $1 $2}'&amp;gt; fileC &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jul 2001 06:12:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/combining-files/m-p/2554635#M886594</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2001-07-19T06:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Combining files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/combining-files/m-p/2554636#M886595</link>
      <description>Also:&lt;BR /&gt;&lt;BR /&gt;pr -m -t fileA fileB | awk '{print $1 $2 }'&amp;gt; fileC</description>
      <pubDate>Thu, 19 Jul 2001 06:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/combining-files/m-p/2554636#M886595</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2001-07-19T06:20:01Z</dc:date>
    </item>
  </channel>
</rss>

