explorer: add page (#3286)

italian
Owen Voke 2019-10-07 13:22:41 +01:00 committed by Lucas Gabriel Schneider
parent d36c8895e1
commit f6a45e10dd
1 changed files with 15 additions and 0 deletions

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}}`