<?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: script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script/m-p/2785660#M833560</link>
    <description>To get a space between the contents of file one and file two:&lt;BR /&gt;&lt;BR /&gt;paste -d "\ " tab ext &amp;gt;tabext</description>
    <pubDate>Wed, 14 Aug 2002 06:22:24 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-08-14T06:22:24Z</dc:date>
    <item>
      <title>script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script/m-p/2785655#M833555</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have two ascii files tab and ext.&lt;BR /&gt;tab consists of names (about 200):&lt;BR /&gt;A&lt;BR /&gt;B&lt;BR /&gt;C&lt;BR /&gt;D&lt;BR /&gt;ext consists of numbers (about 200):&lt;BR /&gt;211&lt;BR /&gt;425&lt;BR /&gt;413&lt;BR /&gt;3124&lt;BR /&gt;&lt;BR /&gt;A is 211, B is 425, C is 413 and so on...&lt;BR /&gt;&lt;BR /&gt;Is there a way to merge this two files so that the new file should be like:&lt;BR /&gt;A 211&lt;BR /&gt;B 425&lt;BR /&gt;B 413&lt;BR /&gt;D 3124&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Raje.</description>
      <pubDate>Wed, 14 Aug 2002 05:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script/m-p/2785655#M833555</guid>
      <dc:creator>Sanjiv Sharma_1</dc:creator>
      <dc:date>2002-08-14T05:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script/m-p/2785656#M833556</link>
      <description>see the manpage for the merge command. Its really easy.&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Aug 2002 05:55:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script/m-p/2785656#M833556</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-08-14T05:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script/m-p/2785657#M833557</link>
      <description>Hi Stephen,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;I have seen the man page of merge command.&lt;BR /&gt;But couldn't do it.&lt;BR /&gt;Can you give me the syntax ?</description>
      <pubDate>Wed, 14 Aug 2002 06:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script/m-p/2785657#M833557</guid>
      <dc:creator>Sanjiv Sharma_1</dc:creator>
      <dc:date>2002-08-14T06:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script/m-p/2785658#M833558</link>
      <description>Use paste:&lt;BR /&gt;&lt;BR /&gt;paste tab ext &amp;gt; tabext&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Aug 2002 06:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script/m-p/2785658#M833558</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2002-08-14T06:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script/m-p/2785659#M833559</link>
      <description>Hi Raje,&lt;BR /&gt;&lt;BR /&gt;To use paste with a different separation character, use the -d switch, e.g.&lt;BR /&gt;&lt;BR /&gt;paste -d " " tab ext &amp;gt; tabext&lt;BR /&gt;&lt;BR /&gt;The default is a tab character.&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.</description>
      <pubDate>Wed, 14 Aug 2002 06:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script/m-p/2785659#M833559</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2002-08-14T06:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script/m-p/2785660#M833560</link>
      <description>To get a space between the contents of file one and file two:&lt;BR /&gt;&lt;BR /&gt;paste -d "\ " tab ext &amp;gt;tabext</description>
      <pubDate>Wed, 14 Aug 2002 06:22:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script/m-p/2785660#M833560</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-08-14T06:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script/m-p/2785661#M833561</link>
      <description>Hi Raje,&lt;BR /&gt;&lt;BR /&gt;The answers in which 'paste' is shown are correct, but you didn't give anyone between 8-10 points, meaning that the answers helped you, but that it is not completely satisfying.&lt;BR /&gt;Is there anything you would like to see more??&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan</description>
      <pubDate>Wed, 14 Aug 2002 07:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script/m-p/2785661#M833561</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-08-14T07:03:54Z</dc:date>
    </item>
  </channel>
</rss>

