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:
parent
643a20b42b
commit
4bf500c1a6
1 changed files with 12 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue