diff --git a/pages/windows/dir.md b/pages/windows/dir.md index 5e38507c2..9aec8e4a2 100644 --- a/pages/windows/dir.md +++ b/pages/windows/dir.md @@ -13,8 +13,12 @@ - Show the contents of the current directory, including hidden ones: -`dir /A` +`dir /a` - Show the contents of a given directory, including hidden ones: -`dir {{path\to\directory}} /A` +`dir {{path\to\directory}} /a` + +- Show a bare list of directories and files, with no additional information: + +`dir /b`