On 2016-07-29 23:14, 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
The commands available to you, would depend on what
packages and applications you have installed.
This lists a huge number of tutorials and command
lists. :
https://lmsptfy.com/?q=comprehensive%20list%20of%20terminal%20commands%2C%20for%20linux
Additional note, and also I am sorry, I did not mean to send to your
personal e-mail,..
This is a pretty good list with explanations:
http://cb.vu/unixtoolbox.xhtml
-------------------
And on the 'compgen -c ', you can output it, (print to a file)
'compgen -c > output.txt will put the output in a file named
"output.txt", it will be in the same directory where you run the
command.