mirror of https://github.com/CrimsonTome/tldr.git
16 lines
228 B
Markdown
16 lines
228 B
Markdown
|
# 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}}`
|