On Fri 29 Jul 2016 at 23:14:24 (-0500), limpia wrote: > On 2016-07-29 15:04, Темир Урокбаев wrote: > >Hello. Tell me, is there a > >comprehensive list of terminal > >commands, and where to find it > >or download. > This will list all the commands available on your computer, > promt@debian~$ compgen -c
You may, or may not, want to pipe that through sort as it's only partially sorted. Typing <TAB><TAB> at the command line will give you a sorted list, and it will be paged if you have set page-completions on in your ~/.inputrc file. x<TAB><TAB> will give just the commands starting with x. Note that x is case-sensitive. Cheers, David.