Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-04 00:17:00 +00:00
parent 2f7a186f62
commit 90008c1f5e
45 changed files with 946 additions and 19 deletions

17
tldr/enable Normal file
View 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}}`