Horje
linux get available commands Code Example
linux get available commands
compgen -c will list all the commands you could run.
compgen -a will list all the aliases you could run.
compgen -b will list all the built-ins you could run.
compgen -k will list all the keywords you could run.
compgen -A function will list all the functions you could run.




Shell

Related
rvm set default Code Example rvm set default Code Example
qpdf decrypt with password Code Example qpdf decrypt with password Code Example
how to find where python modules are installed Code Example how to find where python modules are installed Code Example
install firebase npm Code Example install firebase npm Code Example
how to full update kali linux Code Example how to full update kali linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12