Files
cheatsheet-tldr/tldr/enable
2025-10-10 00:19:31 +00:00

18 lines
336 B
Plaintext

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