mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 14:17:56 +01:00
where: add page (#2223)
This commit is contained in:
parent
25a028a8b3
commit
303fa977ba
1 changed files with 20 additions and 0 deletions
20
pages/windows/where.md
Normal file
20
pages/windows/where.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# where
|
||||
|
||||
> Display the location of files that match the search pattern.
|
||||
> Defaults to current work directory and paths in the PATH environment variable.
|
||||
|
||||
- Display the location of file pattern:
|
||||
|
||||
`where {{file_pattern}}`
|
||||
|
||||
- Display the location of file pattern including file size and date:
|
||||
|
||||
`where /T {{file_pattern}}`
|
||||
|
||||
- Recursively search for file pattern at specified path:
|
||||
|
||||
`where /R {{path/to/directory}} {{file_pattern}}`
|
||||
|
||||
- Display only the error code for the location of file pattern:
|
||||
|
||||
`where /Q {{file_pattern}}`
|
Loading…
Reference in a new issue