mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 07:55:28 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
21
tldr/windows/explorer
Normal file
21
tldr/windows/explorer
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user