Sappiamo che bash supporta il numero di comandi di buitin come:
$ type type cd help command
type is a shell builtin
cd is a shell builtin
help is a shell builtin
command is a shell builtin
Voglio ottenere un elenco di tutti i comandi integrati disponibili nella shell . Come posso farlo dalla riga di comando?