list of linux bash commands code example
Example 1: list commands in shell
compgen -c #In Unix
help | more #In Windows
Example 2: linux commands list
For renaming file:
mv filename newfilename
compgen -c #In Unix
help | more #In Windows
For renaming file:
mv filename newfilename