dir /qDisplay the directory with the owner of the file.
eg.
03/18/2011 10:43 AM <DIR> MEDALLCORP\madhan Charcoal.txt
03/18/2011 10:44 AM <DIR> MEDALLCORP\madhan Colors.jpeg
dir /s
Display the files in the specified directory and all subdirectories
dir /s
Display the files in the specified directory and all subdirectories
dir /od
Displays files sorted by date dir /on sorts file in alphabetical order
dir /o-d
Displays file sorted by date descending order.
eg.
03/18/2011 10:43 AM <DIR> MEDALLCORP\madhan Charcoal.txt
03/18/2011 10:44 AM <DIR> MEDALLCORP\madhan Colors.jpeg
dir /s
Display the files in the specified directory and all subdirectories
dir /s
Display the files in the specified directory and all subdirectories
dir /od
Displays files sorted by date dir /on sorts file in alphabetical order
dir /o-d
Displays file sorted by date descending order.
No comments:
Post a Comment