mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 12:35:23 +02:00
285 B
285 B
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/to/directory}}