<?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 Command for command list or index in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-command-list-or-index/m-p/2590583#M924862</link>
    <description>Is there a command for HP-UX that will give me a list or index of the commmands available?  man is pretty useless to me unless I already know the command because I do not know how to list the commands available...thx</description>
    <pubDate>Fri, 05 Oct 2001 19:30:56 GMT</pubDate>
    <dc:creator>Dee_3</dc:creator>
    <dc:date>2001-10-05T19:30:56Z</dc:date>
    <item>
      <title>Command for command list or index</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-command-list-or-index/m-p/2590583#M924862</link>
      <description>Is there a command for HP-UX that will give me a list or index of the commmands available?  man is pretty useless to me unless I already know the command because I do not know how to list the commands available...thx</description>
      <pubDate>Fri, 05 Oct 2001 19:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-command-list-or-index/m-p/2590583#M924862</guid>
      <dc:creator>Dee_3</dc:creator>
      <dc:date>2001-10-05T19:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Command for command list or index</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-command-list-or-index/m-p/2590584#M924863</link>
      <description>There is no command that lists all the command alphabetically. Doing an ls /usr/bin gives the user commands.Most of the Administrator specific commands are in /usr/sbin and /usr/lbin.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Oct 2001 19:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-command-list-or-index/m-p/2590584#M924863</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-05T19:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Command for command list or index</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-command-list-or-index/m-p/2590585#M924864</link>
      <description>Hi Terri:&lt;BR /&gt;&lt;BR /&gt;Two things leap to my mind:&lt;BR /&gt;&lt;BR /&gt;1) You can do keyword searches by doing:&lt;BR /&gt;&lt;BR /&gt;# 'man -k keyword' &lt;BR /&gt;&lt;BR /&gt;...if you have the 'whatis' database setup:&lt;BR /&gt;&lt;BR /&gt;# catman -m&lt;BR /&gt;&lt;BR /&gt;2) You can consult the online web man pages:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/os/man_pages.html" target="_blank"&gt;http://docs.hp.com/hpux/os/man_pages.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 05 Oct 2001 19:44:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-command-list-or-index/m-p/2590585#M924864</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-10-05T19:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Command for command list or index</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-command-list-or-index/m-p/2590586#M924865</link>
      <description>He Terri:&lt;BR /&gt;&lt;BR /&gt;Welcome to Unix. I don't have a great answer but this is about as close as it gets:&lt;BR /&gt;cd /usr/share/man&lt;BR /&gt;ls man1.Z man1m.Z | sort &amp;gt; /var/tmp/mylist&lt;BR /&gt;&lt;BR /&gt;This will create a list sorted lost of the commands in the file /var/tmp/mylist.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Oct 2001 19:46:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-command-list-or-index/m-p/2590586#M924865</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-05T19:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Command for command list or index</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-command-list-or-index/m-p/2590587#M924866</link>
      <description>Hi Terri,&lt;BR /&gt;&lt;BR /&gt;There is no command that will list all the command on HP-UX. you have to see the list the hard way. use "ll" for the directories &lt;BR /&gt;/use/bin --&amp;gt; Normal command available to all users&lt;BR /&gt;/sbin --&amp;gt; System Commands&lt;BR /&gt;/usr/sbin --&amp;gt; Command normally used by root user&lt;BR /&gt;/usr/local/bin --&amp;gt; Command created by oracle install program ( may not be available on your system)&lt;BR /&gt;/etc --&amp;gt; Most of these commands are linked to /usr/sbin&lt;BR /&gt;&lt;BR /&gt;Then, there are some command which are created by specific program, which sometimes are in /opt/$program/bin.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Oct 2001 19:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-command-list-or-index/m-p/2590587#M924866</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-10-05T19:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Command for command list or index</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-command-list-or-index/m-p/2590588#M924867</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As suggested by Clay you could sort, but there &lt;BR /&gt;will commands missing, like application &lt;BR /&gt;specific ones on your server. To find out where&lt;BR /&gt;the 'man' pages are use from your shell,&lt;BR /&gt;# echo $MANPATH&lt;BR /&gt;This will tell where all the 'man' pages are.&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;-Michael</description>
      <pubDate>Fri, 05 Oct 2001 20:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-command-list-or-index/m-p/2590588#M924867</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-10-05T20:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Command for command list or index</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-command-list-or-index/m-p/2590589#M924868</link>
      <description>Aside from the "man -k" or "apropos"&lt;BR /&gt;commands, if you use the tcsh shell&lt;BR /&gt;you can use command completion to help&lt;BR /&gt;you out.&lt;BR /&gt;&lt;BR /&gt;Type "set autolist".  Then, hitting ESC-ESC&lt;BR /&gt;or TAB will complete the current command;&lt;BR /&gt;e.g., if you type "a" then ESC-ESC or TAB, it'll&lt;BR /&gt;print a list of all commands that begin with "a".&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Oct 2001 20:45:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-command-list-or-index/m-p/2590589#M924868</guid>
      <dc:creator>Gregory Fruth</dc:creator>
      <dc:date>2001-10-05T20:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Command for command list or index</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-command-list-or-index/m-p/2590590#M924869</link>
      <description>Thanks to all - I will give the various suggestions a try</description>
      <pubDate>Mon, 08 Oct 2001 11:22:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-command-list-or-index/m-p/2590590#M924869</guid>
      <dc:creator>Dee_3</dc:creator>
      <dc:date>2001-10-08T11:22:10Z</dc:date>
    </item>
  </channel>
</rss>

