mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 05:55:46 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/enable
Normal file
17
tldr/enable
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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