ms dos - How to list files in particular order using command prompt? -


i need list file of folder in below pattern

[filename] [size in gb] [date] (eg: 29 apr) [time](eg: 02:08)  

using command prompt.

if need use properties sorting criteria, , don't need output formatted in particular way, dir /o:nsd work. more information, type dir /?.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -