# List all commands that you could run:
compgen -c

# List all aliases
compgen -a

# Find all command with "fetch" in the name (all *fetch* variants)
compgen -c | grep fetch