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`