diff --git a/pages/windows/dir.md b/pages/windows/dir.md index 9aec8e4a20..68f4a55c25 100644 --- a/pages/windows/dir.md +++ b/pages/windows/dir.md @@ -22,3 +22,7 @@ - Show a bare list of directories and files, with no additional information: `dir /b` + +- Sort results by date/time, oldest first: + +`dir /o:d`