
compgen
List of commands for compgen:
-
compgen:tldr:4d8c2 compgen: List all functions that you could run.$ compgen -A functiontry on your machineexplain this command
-
compgen:tldr:63f37 compgen: Show shell reserved keywords.$ compgen -ktry on your machineexplain this command
-
compgen:tldr:684d4 compgen: See all available commands/aliases starting with 'ls'.$ compgen -ac ${ls}try on your machineexplain this command
-
compgen:tldr:8578a compgen: List all commands that you could run.$ compgen -ctry on your machineexplain this command