<?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: paste command: in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/paste-command/m-p/3040636#M907006</link>
    <description>Paste only inserts a single character as a separator so yoiu solution will not work but you can pipe the output of your paste through sed to accomplish your goal:&lt;BR /&gt;&lt;BR /&gt;paste -d '&lt;TAB&gt;' file1.txt file2.txt | sed 's/&lt;TAB&gt;/&lt;TAB&gt;&lt;TAB&gt;/g'&lt;BR /&gt;&lt;BR /&gt;Note: &lt;TAB&gt; is actually a tab character.&lt;BR /&gt;&lt;/TAB&gt;&lt;/TAB&gt;&lt;/TAB&gt;&lt;/TAB&gt;&lt;/TAB&gt;</description>
    <pubDate>Mon, 04 Aug 2003 15:06:58 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2003-08-04T15:06:58Z</dc:date>
    <item>
      <title>paste command:</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paste-command/m-p/3040635#M907005</link>
      <description>Hi,&lt;BR /&gt;Currently I am doing:&lt;BR /&gt;paste -d "\t" file1.txt file2.txt&lt;BR /&gt;&lt;BR /&gt;However, I need to separate the lines from two files by two tabs not only one. "\t\t" is not working. Can you please suggest something? Thank you very much.&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Aug 2003 14:54:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paste-command/m-p/3040635#M907005</guid>
      <dc:creator>Sharvil Desai</dc:creator>
      <dc:date>2003-08-04T14:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: paste command:</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paste-command/m-p/3040636#M907006</link>
      <description>Paste only inserts a single character as a separator so yoiu solution will not work but you can pipe the output of your paste through sed to accomplish your goal:&lt;BR /&gt;&lt;BR /&gt;paste -d '&lt;TAB&gt;' file1.txt file2.txt | sed 's/&lt;TAB&gt;/&lt;TAB&gt;&lt;TAB&gt;/g'&lt;BR /&gt;&lt;BR /&gt;Note: &lt;TAB&gt; is actually a tab character.&lt;BR /&gt;&lt;/TAB&gt;&lt;/TAB&gt;&lt;/TAB&gt;&lt;/TAB&gt;&lt;/TAB&gt;</description>
      <pubDate>Mon, 04 Aug 2003 15:06:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paste-command/m-p/3040636#M907006</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-08-04T15:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: paste command:</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paste-command/m-p/3040637#M907007</link>
      <description>:-) Thank you for clearing that up.</description>
      <pubDate>Mon, 04 Aug 2003 17:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paste-command/m-p/3040637#M907007</guid>
      <dc:creator>Sharvil Desai</dc:creator>
      <dc:date>2003-08-04T17:29:47Z</dc:date>
    </item>
  </channel>
</rss>

