<?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 Playing with files in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/playing-with-files/m-p/4142388#M93344</link>
    <description>Hello All,&lt;BR /&gt;I have 2 files viz. file1 and file2. I need take each line simultaneously at a time and paste it to the third file. &lt;BR /&gt;For ex.&lt;BR /&gt;file1 contains.&lt;BR /&gt;10&lt;BR /&gt;20&lt;BR /&gt;30&lt;BR /&gt;40&lt;BR /&gt;file2 contains,&lt;BR /&gt;50&lt;BR /&gt;60&lt;BR /&gt;70&lt;BR /&gt;80&lt;BR /&gt;&lt;BR /&gt;Now I need to have file3 as follows.&lt;BR /&gt;10,50&lt;BR /&gt;20,60&lt;BR /&gt;30,70&lt;BR /&gt;40,80&lt;BR /&gt;&lt;BR /&gt;Kindly help me to write a shell script which will create a third file as mentioned above.&lt;BR /&gt;&lt;BR /&gt;Many Thanks,&lt;BR /&gt;Regards,&lt;BR /&gt;raghu&lt;BR /&gt;</description>
    <pubDate>Fri, 08 Feb 2008 15:51:58 GMT</pubDate>
    <dc:creator>Raghu Chikkamenahalli</dc:creator>
    <dc:date>2008-02-08T15:51:58Z</dc:date>
    <item>
      <title>Playing with files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/playing-with-files/m-p/4142388#M93344</link>
      <description>Hello All,&lt;BR /&gt;I have 2 files viz. file1 and file2. I need take each line simultaneously at a time and paste it to the third file. &lt;BR /&gt;For ex.&lt;BR /&gt;file1 contains.&lt;BR /&gt;10&lt;BR /&gt;20&lt;BR /&gt;30&lt;BR /&gt;40&lt;BR /&gt;file2 contains,&lt;BR /&gt;50&lt;BR /&gt;60&lt;BR /&gt;70&lt;BR /&gt;80&lt;BR /&gt;&lt;BR /&gt;Now I need to have file3 as follows.&lt;BR /&gt;10,50&lt;BR /&gt;20,60&lt;BR /&gt;30,70&lt;BR /&gt;40,80&lt;BR /&gt;&lt;BR /&gt;Kindly help me to write a shell script which will create a third file as mentioned above.&lt;BR /&gt;&lt;BR /&gt;Many Thanks,&lt;BR /&gt;Regards,&lt;BR /&gt;raghu&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Feb 2008 15:51:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/playing-with-files/m-p/4142388#M93344</guid>
      <dc:creator>Raghu Chikkamenahalli</dc:creator>
      <dc:date>2008-02-08T15:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Playing with files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/playing-with-files/m-p/4142389#M93345</link>
      <description>man paste</description>
      <pubDate>Fri, 08 Feb 2008 16:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/playing-with-files/m-p/4142389#M93345</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2008-02-08T16:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Playing with files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/playing-with-files/m-p/4142390#M93346</link>
      <description>Hi Raghu:&lt;BR /&gt;&lt;BR /&gt;# paste -d"," file1 file2 &amp;gt; file 3&lt;BR /&gt;&lt;BR /&gt;...is all you need.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Feb 2008 16:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/playing-with-files/m-p/4142390#M93346</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-02-08T16:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Playing with files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/playing-with-files/m-p/4142391#M93347</link>
      <description>if paste dosen't work try glue</description>
      <pubDate>Fri, 08 Feb 2008 16:20:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/playing-with-files/m-p/4142391#M93347</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2008-02-08T16:20:41Z</dc:date>
    </item>
  </channel>
</rss>

