mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 06:57:24 +00:00
Update cheatsheets
This commit is contained in:
14
where
Normal file
14
where
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# where
|
||||
|
||||
> Reports all known instances of a command.
|
||||
> It could be an executable in the PATH environment variable, an alias, or a shell builtin.
|
||||
> More information: <https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html>.
|
||||
|
||||
- Find all instances of a command:
|
||||
|
||||
`where {{command}}`
|
||||
Reference in New Issue
Block a user