<?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 column command in HPUX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/column-command-in-hpux/m-p/4103049#M495328</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;there is a 'column' command in Linux that is responsible for columnating lists of files,wordc etc. Its manual is available for exampel here:&lt;BR /&gt;&lt;A href="http://www.linuxmanpages.com/man1/column.1.php" target="_blank"&gt;http://www.linuxmanpages.com/man1/column.1.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is there anything similar in HPUX B.11.11?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.</description>
    <pubDate>Thu, 15 Nov 2007 08:20:46 GMT</pubDate>
    <dc:creator>wojtek75</dc:creator>
    <dc:date>2007-11-15T08:20:46Z</dc:date>
    <item>
      <title>column command in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/column-command-in-hpux/m-p/4103049#M495328</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;there is a 'column' command in Linux that is responsible for columnating lists of files,wordc etc. Its manual is available for exampel here:&lt;BR /&gt;&lt;A href="http://www.linuxmanpages.com/man1/column.1.php" target="_blank"&gt;http://www.linuxmanpages.com/man1/column.1.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is there anything similar in HPUX B.11.11?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.</description>
      <pubDate>Thu, 15 Nov 2007 08:20:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/column-command-in-hpux/m-p/4103049#M495328</guid>
      <dc:creator>wojtek75</dc:creator>
      <dc:date>2007-11-15T08:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: column command in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/column-command-in-hpux/m-p/4103050#M495329</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I think 'paste' is about as close as you get:&lt;BR /&gt;&lt;BR /&gt;# ls | column -c 40&lt;BR /&gt;&lt;BR /&gt;# ls | paste - -&lt;BR /&gt;&lt;BR /&gt;...yet the order of the elements tabulated differs.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 15 Nov 2007 08:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/column-command-in-hpux/m-p/4103050#M495329</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-11-15T08:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: column command in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/column-command-in-hpux/m-p/4103051#M495330</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;You could use awk to columnize the output. For example, a simple ls -lrt column can be columized as given below.&lt;BR /&gt;&lt;BR /&gt;$ ls -lrt |awk '{print $8" pause "$9}'|more&lt;BR /&gt;&lt;BR /&gt;07:33 pause BRSW.mdb&lt;BR /&gt;07:34 pause BRSW.ldb&lt;BR /&gt;12:24 pause STM_BBROL_sum.xls&lt;BR /&gt;05:29 pause core.26265&lt;BR /&gt;20:38 pause 20071112_STM_BRTRS_trade.txt&lt;BR /&gt;20:38 pause 20071112_STM_BRTRS_sum.txt&lt;BR /&gt;20:50 pause 20071112_STM_BRTRI_sum.txt&lt;BR /&gt;20:50 pause 20071112_STM_BRTRI_trade.txt&lt;BR /&gt;21:46 pause 20071112_STM_BBROL_DELTA_sum.txt&lt;BR /&gt;21:48 pause 20071112_STM_BBROL_DELTA_trade.txt&lt;BR /&gt;22:35 pause 20071112_STM_BBROL_sum.txt&lt;BR /&gt;22:39 pause 20071112_STM_BBROL_trade.txt&lt;BR /&gt;01:30 pause 20071112_STM_BBROL_DELTA_sumrev.txt&lt;BR /&gt;01:30 pause 20071112_STM_BBROL_sumrev.txt&lt;BR /&gt;02:09 pause 20071112_STM_BRMOP_trade.txt&lt;BR /&gt;02:09 pause 20071112_STM_BRMOP_sum.txt&lt;BR /&gt;05:07 pause 20071112_STM_BRMOP_Vega_sum.txt&lt;BR /&gt;05:07 pause 20071112_STM_BRMOP_Vega_trade.txt&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srikanth</description>
      <pubDate>Thu, 15 Nov 2007 09:05:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/column-command-in-hpux/m-p/4103051#M495330</guid>
      <dc:creator>Srikanth Arunachalam</dc:creator>
      <dc:date>2007-11-15T09:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: column command in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/column-command-in-hpux/m-p/6939787#M495331</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier" size="3"&gt;pr -t -c #&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;e.g.: &amp;nbsp; &lt;FONT face="courier new,courier" size="3"&gt;&amp;nbsp;ls | pr -t -c 2 &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;.. for&amp;nbsp;a two-column file listing&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 23:28:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/column-command-in-hpux/m-p/6939787#M495331</guid>
      <dc:creator>Systems_Guy</dc:creator>
      <dc:date>2017-02-13T23:28:16Z</dc:date>
    </item>
  </channel>
</rss>

