enable: add page (#13826)
This commit is contained in:
12
pages/common/enable.md
Normal file
12
pages/common/enable.md
Normal 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}}`
|
Reference in New Issue
Block a user