<?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: regular expression in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/regular-expression/m-p/3255447#M176071</link>
    <description>amazing that we though of the same thing, guess that is the best way to do it!!</description>
    <pubDate>Wed, 21 Apr 2004 13:55:57 GMT</pubDate>
    <dc:creator>Scott Palmer_1</dc:creator>
    <dc:date>2004-04-21T13:55:57Z</dc:date>
    <item>
      <title>regular expression</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regular-expression/m-p/3255443#M176067</link>
      <description>hi, &lt;BR /&gt;I need a regular expression that returns the user name(s) only!!!&lt;BR /&gt;from the output of the "who" command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;user name&lt;BR /&gt;ronajt pts/1 Apr 21 14:50 &lt;BR /&gt;root   pts/2 Apr 21 14:52 &lt;BR /&gt;dorint pts/3 Apr 21 14:52 &lt;BR /&gt;allago pts/4 Apr 21 15:01 &lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2004 13:47:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regular-expression/m-p/3255443#M176067</guid>
      <dc:creator>mo jaber</dc:creator>
      <dc:date>2004-04-21T13:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: regular expression</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regular-expression/m-p/3255444#M176068</link>
      <description>who | awk '{print $1}'&lt;BR /&gt;works for me&lt;BR /&gt;&lt;BR /&gt;if you want something a bit more envolved, i can do that too&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Wed, 21 Apr 2004 13:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regular-expression/m-p/3255444#M176068</guid>
      <dc:creator>Scott Palmer_1</dc:creator>
      <dc:date>2004-04-21T13:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: regular expression</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regular-expression/m-p/3255445#M176069</link>
      <description>who |awk '{ print $1 }' &lt;BR /&gt;&lt;BR /&gt;should work...</description>
      <pubDate>Wed, 21 Apr 2004 13:54:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regular-expression/m-p/3255445#M176069</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-04-21T13:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: regular expression</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regular-expression/m-p/3255446#M176070</link>
      <description>LOL missed being first by 27 seconds!!! hehe&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;no points here. plz</description>
      <pubDate>Wed, 21 Apr 2004 13:54:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regular-expression/m-p/3255446#M176070</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-04-21T13:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: regular expression</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regular-expression/m-p/3255447#M176071</link>
      <description>amazing that we though of the same thing, guess that is the best way to do it!!</description>
      <pubDate>Wed, 21 Apr 2004 13:55:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regular-expression/m-p/3255447#M176071</guid>
      <dc:creator>Scott Palmer_1</dc:creator>
      <dc:date>2004-04-21T13:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: regular expression</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regular-expression/m-p/3255448#M176072</link>
      <description>missed by 17 seconds&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2004 13:58:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regular-expression/m-p/3255448#M176072</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-04-21T13:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: regular expression</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regular-expression/m-p/3255449#M176073</link>
      <description>Just to be difficult and different... :)&lt;BR /&gt;&lt;BR /&gt;who | cut -f1 -d" "</description>
      <pubDate>Wed, 21 Apr 2004 14:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regular-expression/m-p/3255449#M176073</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2004-04-21T14:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: regular expression</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regular-expression/m-p/3255450#M176074</link>
      <description>who -q  will give you just a list of user names although there multiple per line.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Kent M. Ostby&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2004 14:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regular-expression/m-p/3255450#M176074</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2004-04-21T14:13:28Z</dc:date>
    </item>
  </channel>
</rss>

