'compgen' is a handy Bash built-in command to list all the Commands, Aliases and Bash Built-ins functions available for a logged-in user.
To list all the commands : compgen -c
To list all the Aliases : compgen -a
To list all the Bash Built-ins : compgen -b
To list all the commands : compgen -c
To list all the Aliases : compgen -a
To list all the Bash Built-ins : compgen -b