Directory Commands Flashcards
1
Q
What does this command give?
dir /o:d
A
Sorts the directory contents by date and time in ascending order.
2
Q
What does this command give?
dir /o:s
A
Sorts the directory contents by size in ascending order.
3
Q
What does this command give?
dir /o:e
A
Sorts the directory contents by extension in ascending order.
4
Q
What does this command give?
dir /o:n
A
Sorts the directory contents by name in ascending order.