Which DOS command list files by date?

devquora
devquora

Posted On: Nov 17, 2022

 

The dir command is used to list the files and subdirectories in a directory. The "/O:D" with the dir command is used to list the files by the date of the modification from the oldest first.

//syntax
dir /O:D

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    MS Dos Interview Questions

    What is MS-DOS?

    MS-DOS is an operating system developed by Microsoft. It is a non-graphical command-line based operating system developed for x86-based computers. Released in the year of 1981, MS-DOS was originally w...

    MS Dos Interview Questions

    List some features of MS dos?

    Some of the features of the MS-DOS are,MS-DOS is a command-line based operating system and it doesn’t support the graphical user interface. It requires text and codes to operate. It is a 1...

    MS Dos Interview Questions

    What is the Full Form of MS-DOS?

    Microsoft Disk Operating System is the full form of MS-DOS....