dir: add page (#1567)
This commit is contained in:

committed by
Agniva De Sarker

parent
af085efc39
commit
e611ceffe5
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`
|
Reference in New Issue
Block a user