<?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: show selected column in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/show-selected-column/m-p/3834414#M272298</link>
    <description>do&lt;BR /&gt;$ll|awk '{print $9}'    to see the filename&lt;BR /&gt;$ll|awk '{print $4}'    to see the group &lt;BR /&gt;&lt;BR /&gt;you can have similar combinations to view each field is represented by "$" starting from 1 to 9&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 31 Jul 2006 20:48:21 GMT</pubDate>
    <dc:creator>Rajeev  Shukla</dc:creator>
    <dc:date>2006-07-31T20:48:21Z</dc:date>
    <item>
      <title>show selected column</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/show-selected-column/m-p/3834413#M272297</link>
      <description>I want to use ll or ls to show the file info. , how can I select specify info of the file ?&lt;BR /&gt;&lt;BR /&gt;for example , &lt;BR /&gt;&lt;BR /&gt;$ll ww&lt;BR /&gt;-rw-r--r--    1 edp_ora    edp                34 Sep 26  2005 testfile&lt;BR /&gt;&lt;BR /&gt;If I only want to show the group or file only , what can I do ? thx</description>
      <pubDate>Mon, 31 Jul 2006 20:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/show-selected-column/m-p/3834413#M272297</guid>
      <dc:creator>nash11</dc:creator>
      <dc:date>2006-07-31T20:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: show selected column</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/show-selected-column/m-p/3834414#M272298</link>
      <description>do&lt;BR /&gt;$ll|awk '{print $9}'    to see the filename&lt;BR /&gt;$ll|awk '{print $4}'    to see the group &lt;BR /&gt;&lt;BR /&gt;you can have similar combinations to view each field is represented by "$" starting from 1 to 9&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2006 20:48:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/show-selected-column/m-p/3834414#M272298</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2006-07-31T20:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: show selected column</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/show-selected-column/m-p/3834415#M272299</link>
      <description>Hi nash11,&lt;BR /&gt;&lt;BR /&gt;# ls -l | cut -f2&lt;BR /&gt;for file owner's group&lt;BR /&gt;&lt;BR /&gt;# ls &lt;BR /&gt;gives filename alone.&lt;BR /&gt;&lt;BR /&gt;# man cut&lt;BR /&gt;for more info.&lt;BR /&gt;&lt;BR /&gt;PCS&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2006 20:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/show-selected-column/m-p/3834415#M272299</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-07-31T20:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: show selected column</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/show-selected-column/m-p/3834416#M272300</link>
      <description>Should be:&lt;BR /&gt;&lt;BR /&gt;# ls -l | sed 's/  */ /g' | cut -f4 -d" "&lt;BR /&gt;&lt;BR /&gt;But: &lt;BR /&gt;&lt;BR /&gt;# ls -l | awk '{print $4}'&lt;BR /&gt;# ls -l | perl -nea 'print "F[3]\n"'&lt;BR /&gt;&lt;BR /&gt;are more succinct.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Mon, 31 Jul 2006 21:39:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/show-selected-column/m-p/3834416#M272300</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-07-31T21:39:31Z</dc:date>
    </item>
  </channel>
</rss>

