Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-13 00:20:51 +00:00
parent 2c1898f6e4
commit 489b2e0e99
106 changed files with 322 additions and 306 deletions

View File

@@ -12,7 +12,7 @@ source: https://github.com/tldr-pages/tldr.git
`whence "{{command}}"`
- Display type of `command`, with location if defined as a function, or binary (equivalent to the `type` and `command -V` builtins):
- Display type of `command`, with location if defined as a function or binary (equivalent to the `type` and `command -V` builtins):
`whence -v "{{command}}"`
@@ -24,6 +24,6 @@ source: https://github.com/tldr-pages/tldr.git
`whence -ca "{{command}}"`
- Search only the `$PATH` for `command`, ignoring builtins, aliases or shell functions (equivalent to the `where` command):
- Search only the `$PATH` for `command`, ignoring builtins, aliases, or shell functions (equivalent to the `where` command):
`whence -p "{{command}}"`