2025-03-14 21:59:59 -06:00
|
|
|
# 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`
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
- Disable a builtin (works in Bash only):
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`enable -n {{command}}`
|