bash built-in

Is there any command or VARIABLE in unix to display only bash builtin commands?. Some days back I worked on that, but now I do not remember.
Can anyone please reply for this?...

Just type

bash-3.00$ enable
enable .
enable :
enable [
enable alias
enable bg
enable bind
enable break
enable builtin
enable caller
enable cd
enable command
enable compgen
...
1 Like

thanks thank u very much hergp...

just try in bash shell

man .

Doesn't work with bash on Solaris, maybe this is Linux specific?

bash-3.00$ man .
Reformatting page.  Please Wait...bash-3.00$