<?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: command referrent in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-referrent/m-p/3864273#M773003</link>
    <description>same index page for HP-UX 11i Version 2 September 2004 &lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/index.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;three ideas available.&lt;BR /&gt;first is the simple and good index page.&lt;BR /&gt;second catman&lt;BR /&gt;third..little bit difficul;t,,....list all the directories in PATH variable&lt;BR /&gt;/usr/bin/ and /usr/sbin will contains most of the commands...&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 18 Sep 2006 08:11:28 GMT</pubDate>
    <dc:creator>inventsekar_1</dc:creator>
    <dc:date>2006-09-18T08:11:28Z</dc:date>
    <item>
      <title>command referrent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-referrent/m-p/3864269#M772999</link>
      <description>hi everyone!&lt;BR /&gt;In HP-UX, have any command to list all commands ?</description>
      <pubDate>Mon, 18 Sep 2006 04:14:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-referrent/m-p/3864269#M772999</guid>
      <dc:creator>Binh Minh</dc:creator>
      <dc:date>2006-09-18T04:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: command referrent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-referrent/m-p/3864270#M773000</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For me , no&lt;BR /&gt;only man "nom de commande"&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;L-Derlyn</description>
      <pubDate>Mon, 18 Sep 2006 04:17:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-referrent/m-p/3864270#M773000</guid>
      <dc:creator>Ludovic Derlyn</dc:creator>
      <dc:date>2006-09-18T04:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: command referrent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-referrent/m-p/3864271#M773001</link>
      <description>Hi,&lt;BR /&gt;not a command, but a document index:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3921-90010/index.html" target="_blank"&gt;http://docs.hp.com/en/B3921-90010/index.html&lt;/A&gt;</description>
      <pubDate>Mon, 18 Sep 2006 04:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-referrent/m-p/3864271#M773001</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-09-18T04:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: command referrent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-referrent/m-p/3864272#M773002</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The manpages are a tremedous resource.  To better understand them, and to be able to lookup commands, utilities, functions, and file formats, look at these two sections:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B2355-60127/intro.1.html" target="_blank"&gt;http://www.docs.hp.com/en/B2355-60127/intro.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B2355-60127/Introduction.9.html" target="_blank"&gt;http://www.docs.hp.com/en/B2355-60127/Introduction.9.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You should also create the "whatis" database on your server, in my opinion.  The '/usr/share/lib/whatis' file allows you to search the manpages by keyword, thus often allowing you to determine exactly what command fits your need.&lt;BR /&gt;&lt;BR /&gt;To create the 'whatis' database do:&lt;BR /&gt;&lt;BR /&gt;# catman -w&lt;BR /&gt;&lt;BR /&gt;...or:&lt;BR /&gt;&lt;BR /&gt;# catman -m&lt;BR /&gt;&lt;BR /&gt;...to format the manpages and create and/or merge new information into the 'whatis' database.&lt;BR /&gt;&lt;BR /&gt;Having done either of the above, you can do:&lt;BR /&gt;&lt;BR /&gt;# man -k date&lt;BR /&gt;&lt;BR /&gt;...for instance, to see commands related to dates and times.  Be advised that the string 'date' will match some unrelated date/time commands containing the word "date" in their description, but this is a minor drawback.&lt;BR /&gt;&lt;BR /&gt;For more information on 'catman', see its manpages.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 18 Sep 2006 06:38:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-referrent/m-p/3864272#M773002</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-09-18T06:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: command referrent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-referrent/m-p/3864273#M773003</link>
      <description>same index page for HP-UX 11i Version 2 September 2004 &lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/index.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;three ideas available.&lt;BR /&gt;first is the simple and good index page.&lt;BR /&gt;second catman&lt;BR /&gt;third..little bit difficul;t,,....list all the directories in PATH variable&lt;BR /&gt;/usr/bin/ and /usr/sbin will contains most of the commands...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Sep 2006 08:11:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-referrent/m-p/3864273#M773003</guid>
      <dc:creator>inventsekar_1</dc:creator>
      <dc:date>2006-09-18T08:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: command referrent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-referrent/m-p/3864274#M773004</link>
      <description>thank you! i'm searching for this index!</description>
      <pubDate>Tue, 19 Sep 2006 02:03:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-referrent/m-p/3864274#M773004</guid>
      <dc:creator>Binh Minh</dc:creator>
      <dc:date>2006-09-19T02:03:05Z</dc:date>
    </item>
  </channel>
</rss>

