1
0
Fork 0
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:
SAURABH SHARMA 2017-11-05 21:24:15 +05:30 committed by Agniva De Sarker
parent af085efc39
commit e611ceffe5

19
pages/windows/dir.md Normal file
View 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`