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:
parent
fbab555209
commit
2eaf3bb790
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue