<?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 Sorting and searching in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sorting-and-searching/m-p/2931306#M111663</link>
    <description>Goodc day all!&lt;BR /&gt;&lt;BR /&gt;2 quick ones today:&lt;BR /&gt;&lt;BR /&gt;1- is there a "sort" program that works on columns instead of fields?&lt;BR /&gt;&lt;BR /&gt;2- How can I browze previous forum history for questions similar to the one I have?&lt;BR /&gt;&lt;BR /&gt;Merci!</description>
    <pubDate>Wed, 19 Mar 2003 19:34:23 GMT</pubDate>
    <dc:creator>Raynald Boucher</dc:creator>
    <dc:date>2003-03-19T19:34:23Z</dc:date>
    <item>
      <title>Sorting and searching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sorting-and-searching/m-p/2931306#M111663</link>
      <description>Goodc day all!&lt;BR /&gt;&lt;BR /&gt;2 quick ones today:&lt;BR /&gt;&lt;BR /&gt;1- is there a "sort" program that works on columns instead of fields?&lt;BR /&gt;&lt;BR /&gt;2- How can I browze previous forum history for questions similar to the one I have?&lt;BR /&gt;&lt;BR /&gt;Merci!</description>
      <pubDate>Wed, 19 Mar 2003 19:34:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sorting-and-searching/m-p/2931306#M111663</guid>
      <dc:creator>Raynald Boucher</dc:creator>
      <dc:date>2003-03-19T19:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting and searching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sorting-and-searching/m-p/2931307#M111664</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;1) Yes, use a restricted sort key:&lt;BR /&gt;&lt;BR /&gt;field_start[type][,field_end[type]]&lt;BR /&gt;&lt;BR /&gt;...which defines a key field beginning at field_start and ending at field_end.  See the 'sort' man pages for more information.&lt;BR /&gt;&lt;BR /&gt;You may also want to define the 'field' delimiter.  In that case use the 't delimiter' option, too.&lt;BR /&gt;&lt;BR /&gt;2) As for the Forum 'search', click the SEARCH button on the upper left of any page!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 19 Mar 2003 19:43:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sorting-and-searching/m-p/2931307#M111664</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-03-19T19:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting and searching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sorting-and-searching/m-p/2931308#M111665</link>
      <description>Question 2 is easy:&lt;BR /&gt;&lt;BR /&gt;Click on the search button on the upper left side of the page - under the HP logo.  Check the various options (any word, exact phrase), how you want the output presented (results per page, sort order), click where you want to search (ITRC forums, patch database), key in your search phrase and press the search button.&lt;BR /&gt;&lt;BR /&gt;Question 1 - I'm not sure what you mean.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 19 Mar 2003 19:44:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sorting-and-searching/m-p/2931308#M111665</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-19T19:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting and searching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sorting-and-searching/m-p/2931309#M111666</link>
      <description>If you want sort something from any command output then use with | sort -nk# &lt;BR /&gt;&lt;BR /&gt;for example if you want sort bdf command on its fourth field&lt;BR /&gt;&lt;BR /&gt;bdf | sort -nk4&lt;BR /&gt;&lt;BR /&gt;Use -rnk for reverse order.&lt;BR /&gt;&lt;BR /&gt;For second questions click on search and check on community forums to browse on forums&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Mar 2003 19:53:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sorting-and-searching/m-p/2931309#M111666</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-03-19T19:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting and searching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sorting-and-searching/m-p/2931310#M111667</link>
      <description>Hey!&lt;BR /&gt;thanks! &lt;BR /&gt;&lt;BR /&gt;I actually found out how to search by myself... Incredible!&lt;BR /&gt;&lt;BR /&gt;As for the sort question, the "Search" engine returned a hit with the exact answer I wanted:&lt;BR /&gt;&lt;BR /&gt;sort -k&lt;KEYID&gt;.&lt;STARTPOS&gt;,&lt;KEYID&gt;.&lt;ENDPOS&gt; &lt;INFILE&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;&lt;BR /&gt;And I DID assign points.&lt;BR /&gt;Please let me know if they don't appear because that seems to happen at times... can't figure out why.&lt;BR /&gt;&lt;BR /&gt;Take care.&lt;/INFILE&gt;&lt;/ENDPOS&gt;&lt;/KEYID&gt;&lt;/STARTPOS&gt;&lt;/KEYID&gt;</description>
      <pubDate>Wed, 19 Mar 2003 19:57:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sorting-and-searching/m-p/2931310#M111667</guid>
      <dc:creator>Raynald Boucher</dc:creator>
      <dc:date>2003-03-19T19:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting and searching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sorting-and-searching/m-p/2931311#M111668</link>
      <description>The points not appearing issue is apparently related to the browser being used, the service provider, the time of day, the phase of the moon, and whether the day of the week ends in a "y".  Multiple retries usually, eventually work.&lt;BR /&gt;&lt;BR /&gt;In this case it would appear that it's time for a retry.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 19 Mar 2003 20:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sorting-and-searching/m-p/2931311#M111668</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-19T20:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting and searching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sorting-and-searching/m-p/2931312#M111669</link>
      <description>2nd try assigning points...&lt;BR /&gt;Here goes</description>
      <pubDate>Thu, 20 Mar 2003 13:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sorting-and-searching/m-p/2931312#M111669</guid>
      <dc:creator>Raynald Boucher</dc:creator>
      <dc:date>2003-03-20T13:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting and searching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sorting-and-searching/m-p/2931313#M111670</link>
      <description>That did it!&lt;BR /&gt;&lt;BR /&gt;Merci</description>
      <pubDate>Thu, 20 Mar 2003 13:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sorting-and-searching/m-p/2931313#M111670</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-20T13:41:36Z</dc:date>
    </item>
  </channel>
</rss>

