--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # enable > Enable and disable shell builtins. > More information: . - Print the list of builtins: `enable` - Disable a builtin (works in `bash` only): `enable -n {{command}}`