mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 13:15:24 +02:00
dir: add page (#1567)
This commit is contained in:
parent
af085efc39
commit
e611ceffe5
1 changed files with 19 additions and 0 deletions
19
pages/windows/dir.md
Normal file
19
pages/windows/dir.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# dir
|
||||
|
||||
> List directory contents.
|
||||
|
||||
- Show the contents of the current directory:
|
||||
|
||||
`dir`
|
||||
|
||||
- Show the contents of a given directory:
|
||||
|
||||
`dir {{path/to/directory}}`
|
||||
|
||||
- Show the contents of the current directory, including hidden ones:
|
||||
|
||||
`dir /A`
|
||||
|
||||
- Show the contents of a given directory, including hidden ones:
|
||||
|
||||
`dir {{path/to/directory}} /A`
|
Loading…
Add table
Reference in a new issue