<?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: scripts in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/scripts/m-p/4099635#M92448</link>
    <description>Hi,&lt;BR /&gt;on HP-UX:&lt;BR /&gt;cat -n &lt;FILE&gt; |  paste -s -d"\t\n" -&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Art&lt;BR /&gt;&lt;BR /&gt;N.B. Please assign points!&lt;/FILE&gt;</description>
    <pubDate>Fri, 09 Nov 2007 03:46:14 GMT</pubDate>
    <dc:creator>Arturo Galbiati</dc:creator>
    <dc:date>2007-11-09T03:46:14Z</dc:date>
    <item>
      <title>scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scripts/m-p/4099633#M92446</link>
      <description>i have a dat (text ) . Example&lt;BR /&gt;&lt;BR /&gt;abcd:abcd:acbd&lt;BR /&gt;cdlcd:cdcdc:cdcd&lt;BR /&gt;more than 50 row.&lt;BR /&gt;&lt;BR /&gt;I want to display on screen with numbering and should be fix in one screen. like slit one column into 3 or 2.&lt;BR /&gt;&lt;BR /&gt;I want out put like that&lt;BR /&gt;&lt;BR /&gt;1.abcd:abcd:acbd     2.cdlcd:cdcdc:cdcd&lt;BR /&gt;3.                   4.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Nov 2007 15:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scripts/m-p/4099633#M92446</guid>
      <dc:creator>Cifs 9000</dc:creator>
      <dc:date>2007-11-08T15:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scripts/m-p/4099634#M92447</link>
      <description>Which OS is this for, HP-UX?</description>
      <pubDate>Fri, 09 Nov 2007 03:08:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scripts/m-p/4099634#M92447</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-11-09T03:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scripts/m-p/4099635#M92448</link>
      <description>Hi,&lt;BR /&gt;on HP-UX:&lt;BR /&gt;cat -n &lt;FILE&gt; |  paste -s -d"\t\n" -&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Art&lt;BR /&gt;&lt;BR /&gt;N.B. Please assign points!&lt;/FILE&gt;</description>
      <pubDate>Fri, 09 Nov 2007 03:46:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scripts/m-p/4099635#M92448</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2007-11-09T03:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scripts/m-p/4099636#M92449</link>
      <description>Down and dirty -&lt;BR /&gt;num=0&lt;BR /&gt;cat "your_data_file" | while read line&lt;BR /&gt;do&lt;BR /&gt;let num="$num+1"&lt;BR /&gt;expr "$num" % 2  | read mod&lt;BR /&gt;if [ $mod != "0" ]&lt;BR /&gt;then&lt;BR /&gt;echo "$num". "$line \c" &amp;gt;&amp;gt; output_file&lt;BR /&gt;else&lt;BR /&gt;echo "$num". "$line " &amp;gt;&amp;gt;output_file&lt;BR /&gt;fi&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Change $num % 2 to $num % 3 for 3 columns and so on.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;-dl</description>
      <pubDate>Wed, 14 Nov 2007 18:26:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scripts/m-p/4099636#M92449</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2007-11-14T18:26:57Z</dc:date>
    </item>
  </channel>
</rss>

