enable: add page (#13826)

This commit is contained in:
Managor
2024-10-03 05:40:58 +03:00
committed by GitHub
parent 643a20b42b
commit 4bf500c1a6

12
pages/common/enable.md Normal file
View File

@@ -0,0 +1,12 @@
# 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}}`