From e611ceffe5e6409e340ad6da0c9e962efdd59d35 Mon Sep 17 00:00:00 2001 From: SAURABH SHARMA <22629916+itsjzt@users.noreply.github.com> Date: Sun, 5 Nov 2017 21:24:15 +0530 Subject: [PATCH] dir: add page (#1567) --- pages/windows/dir.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/windows/dir.md diff --git a/pages/windows/dir.md b/pages/windows/dir.md new file mode 100644 index 0000000000..28ed2f1532 --- /dev/null +++ b/pages/windows/dir.md @@ -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`