list all commands in linux terminal code example
Example 1: list commands in shell
compgen -c #In Unix
help | more #In Windows
Example 2: linux commands list
Directories can be created on a Linux operating system using the following command:
mkdir directoryname