1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-07 02:35:38 +02:00

dir: add sort example (#17469)

* Update dir.md, Added sort by size, date, name, etc.

* Update dir.md

* Update dir.md
This commit is contained in:
akhilennu 2025-08-05 10:18:10 +05:30 committed by GitHub
parent fbab555209
commit 2eaf3bb790
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`