mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 01:57:24 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}"`
|
||||
|
||||
Reference in New Issue
Block a user