mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
245 B
Markdown
13 lines
245 B
Markdown
![]() |
# 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}}`
|