mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 04:26:01 +02:00
explorer: add page (#3286)
This commit is contained in:
parent
d36c8895e1
commit
f6a45e10dd
1 changed files with 15 additions and 0 deletions
15
pages/windows/explorer.md
Normal file
15
pages/windows/explorer.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# explorer
|
||||||
|
|
||||||
|
> The Windows File Explorer.
|
||||||
|
|
||||||
|
- Open Windows Explorer:
|
||||||
|
|
||||||
|
`explorer`
|
||||||
|
|
||||||
|
- Open Windows Explorer in the current directory:
|
||||||
|
|
||||||
|
`explorer .`
|
||||||
|
|
||||||
|
- Open Windows Explorer in a specific directory:
|
||||||
|
|
||||||
|
`explorer {{path/to/directory}}`
|
Loading…
Add table
Reference in a new issue