1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 18:06:00 +02:00

explorer: add page (#3286)

This commit is contained in:
Owen Voke 2019-10-07 13:22:41 +01:00 committed by Lucas Gabriel Schneider
parent d36c8895e1
commit f6a45e10dd

15
pages/windows/explorer.md Normal file
View 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}}`