<?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: joining files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/joining-files/m-p/2703045#M902789</link>
    <description>paste file1 file2 &amp;gt; file3&lt;BR /&gt;&lt;BR /&gt;ought to do it.  Check the man for options or paste -h.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
    <pubDate>Sun, 14 Apr 2002 10:51:53 GMT</pubDate>
    <dc:creator>Ron Kinner</dc:creator>
    <dc:date>2002-04-14T10:51:53Z</dc:date>
    <item>
      <title>joining files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/joining-files/m-p/2703044#M902788</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If I have 2 files&lt;BR /&gt;&lt;BR /&gt;file1&lt;BR /&gt;&lt;BR /&gt;Mon&lt;BR /&gt;Tues&lt;BR /&gt;Wed&lt;BR /&gt;Thurs&lt;BR /&gt;&lt;BR /&gt;file2&lt;BR /&gt;&lt;BR /&gt;1st&lt;BR /&gt;2nd&lt;BR /&gt;3rd&lt;BR /&gt;4th&lt;BR /&gt;&lt;BR /&gt;How can I join the files together so they become&lt;BR /&gt;&lt;BR /&gt;file3                 &lt;BR /&gt;&lt;BR /&gt;Mon              1st&lt;BR /&gt;Tues             2nd &lt;BR /&gt;Wed              3rd&lt;BR /&gt;Thur             4th&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sun, 14 Apr 2002 10:31:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/joining-files/m-p/2703044#M902788</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-04-14T10:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: joining files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/joining-files/m-p/2703045#M902789</link>
      <description>paste file1 file2 &amp;gt; file3&lt;BR /&gt;&lt;BR /&gt;ought to do it.  Check the man for options or paste -h.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Sun, 14 Apr 2002 10:51:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/joining-files/m-p/2703045#M902789</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-04-14T10:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: joining files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/joining-files/m-p/2703046#M902790</link>
      <description>Cheers&lt;BR /&gt;&lt;BR /&gt;I was looking at the join command and getting frustrated&lt;BR /&gt;&lt;BR /&gt;10 points for that man&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sun, 14 Apr 2002 10:58:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/joining-files/m-p/2703046#M902790</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-04-14T10:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: joining files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/joining-files/m-p/2703047#M902791</link>
      <description>John&lt;BR /&gt;&lt;BR /&gt;cat file1 &amp;gt;&amp;gt; file2&lt;BR /&gt;&lt;BR /&gt;this will append file2 to file1&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;John</description>
      <pubDate>Sun, 14 Apr 2002 14:51:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/joining-files/m-p/2703047#M902791</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-04-14T14:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: joining files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/joining-files/m-p/2703048#M902792</link>
      <description>Hi please ignore ths last suggestion I didnt read the question properly.&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Sun, 14 Apr 2002 14:56:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/joining-files/m-p/2703048#M902792</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-04-14T14:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: joining files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/joining-files/m-p/2703049#M902793</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;You can also use the pr command as follows:&lt;BR /&gt;&lt;BR /&gt;pr -m -t -s' ' file1 file2 &amp;gt; file3.&lt;BR /&gt;&lt;BR /&gt;The -m option allows you to merge the files and the -s flag is the field serperator.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Joseph.</description>
      <pubDate>Wed, 17 Apr 2002 13:10:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/joining-files/m-p/2703049#M902793</guid>
      <dc:creator>Joseph A Benaiah_1</dc:creator>
      <dc:date>2002-04-17T13:10:31Z</dc:date>
    </item>
  </channel>
</rss>

