LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   All Linux Commands (https://www.linuxquestions.org/questions/linux-newbie-8/all-linux-commands-63825/)

TDEE 06-05-2003 10:36 AM

All Linux Commands
 
Q: Is there a way to list all linux commands at the command prompt?

I know you can use help and man for sepcific commands but how do you list all commands?

I've done searches and looked through the links section of this site and cannot find an answer.

Throw me a bone here......

acid_kewpie 06-05-2003 10:38 AM

just press tab twice to show a list of all executables on your path

Samsara 06-05-2003 10:39 AM

cd /bin;ls;cd /sbin;ls;cd /usr/bin;ls;cd /usr/sbin;ls

should get you a pretty comprehensive list.

Doing

(cd /bin;ls;cd /sbin;ls;cd /usr/bin;ls;cd /usr/sbin;ls) > ~/comlist.txt

puts it in a text file in your home directory. To enjoy again and again and again.

Have a lot of fun! :p

Samsara

TDEE 06-05-2003 11:07 AM

thanks
 
You guys are quick...........Thanks!


All times are GMT -5. The time now is 07:13 PM.