<?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: Silly easy one in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-easy-one/m-p/5166935#M457310</link>
    <description>Thanks Guys Cheers!</description>
    <pubDate>Mon, 30 Mar 2009 15:48:26 GMT</pubDate>
    <dc:creator>Adam W.</dc:creator>
    <dc:date>2009-03-30T15:48:26Z</dc:date>
    <item>
      <title>Silly easy one</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-easy-one/m-p/5166932#M457307</link>
      <description>How would I search /etc/passwd and print only the usernames to the screen?&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Mar 2009 15:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-easy-one/m-p/5166932#M457307</guid>
      <dc:creator>Adam W.</dc:creator>
      <dc:date>2009-03-30T15:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Silly easy one</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-easy-one/m-p/5166933#M457308</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;cat /etc/passwd | awk -F: '{ print $1 }'&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 30 Mar 2009 15:44:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-easy-one/m-p/5166933#M457308</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-30T15:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Silly easy one</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-easy-one/m-p/5166934#M457309</link>
      <description>Hi Adam:&lt;BR /&gt;&lt;BR /&gt;One way:&lt;BR /&gt;&lt;BR /&gt;# awk -F: '{print $1}' /etc/passwd&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Mar 2009 15:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-easy-one/m-p/5166934#M457309</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-03-30T15:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Silly easy one</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-easy-one/m-p/5166935#M457310</link>
      <description>Thanks Guys Cheers!</description>
      <pubDate>Mon, 30 Mar 2009 15:48:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-easy-one/m-p/5166935#M457310</guid>
      <dc:creator>Adam W.</dc:creator>
      <dc:date>2009-03-30T15:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Silly easy one</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-easy-one/m-p/5166936#M457311</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Mind you, the 'cat' is a waste of a process!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 30 Mar 2009 15:52:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-easy-one/m-p/5166936#M457311</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-03-30T15:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Silly easy one</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-easy-one/m-p/5166937#M457312</link>
      <description>cut -f1 -d: /etc/passwd</description>
      <pubDate>Mon, 30 Mar 2009 16:22:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-easy-one/m-p/5166937#M457312</guid>
      <dc:creator>Michael Mike Reaser</dc:creator>
      <dc:date>2009-03-30T16:22:07Z</dc:date>
    </item>
  </channel>
</rss>

