mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 16:26:04 +02:00
where: add page (#1720)
This commit is contained in:
parent
7e03529f7f
commit
d45d7062eb
1 changed files with 8 additions and 0 deletions
8
pages/common/where.md
Normal file
8
pages/common/where.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# where
|
||||
|
||||
> Reports all known instances of a command.
|
||||
> It could be an executable in the PATH environment variable, an alias, or a shell builtin.
|
||||
|
||||
- Find all instances of a command:
|
||||
|
||||
`where {{command}}`
|
Loading…
Add table
Reference in a new issue