1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}}`