command line all code example
Example 1: cmd commands windows 10
compgen -c #Check commands in Unix
help | more #Check commands in Windows
Example 2: list all commands in windows terminal
help | more
compgen -c #Check commands in Unix
help | more #Check commands in Windows
help | more