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