list command shell code example
Example 1: list commands in shell
compgen -c #In Unix
help | more #In Windows
Example 2: linux commands list
To remove a directory (file), use the command -
rmdir directoryname
compgen -c #In Unix
help | more #In Windows
To remove a directory (file), use the command -
rmdir directoryname