how to see list of commands in terminal code example
Example 1: list all commands in windows terminal
help | more
Example 2: command list all commands found in terminal
compgen -c #In Unix
help | more #In Windows
help | more
compgen -c #In Unix
help | more #In Windows