mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 00:41:42 +00:00
22 lines
378 B
Plaintext
22 lines
378 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# explorer
|
|
|
|
> The Windows File Explorer.
|
|
> More information: <https://ss64.com/nt/explorer.html>.
|
|
|
|
- Open Windows Explorer:
|
|
|
|
`explorer`
|
|
|
|
- Open Windows Explorer in the current directory:
|
|
|
|
`explorer .`
|
|
|
|
- Open Windows Explorer in a specific directory:
|
|
|
|
`explorer {{path o\directory}}`
|