Shell commands list code example
Example 1: list commands in shell
compgen -c #In Unix
help | more #In Windows
Example 2: shell commands
compgen -c #Check commands in Unix
help | more #Check commands in Windows
Example 3: linux commands list
//The syntax to combine 2 files is
cat file1 file2 > newfilename