Descending list ordered by file modification time
- by user62367
How can i generate a list of files in a directory [e.g.: "/mnt/hdd/PUB/"] ordered by the files modification time? [in descending order, the oldest modified file is at the lists end]
ls -A -lRt would be great: https://pastebin.com/raw.php?i=AzuSVmrJ
but if a file is changed in a directory it lists the full directory...so the pastebined link isn't good [i don't want a list ordered by "directories", i need a "per file" ordered list]
os: openwrt..[no perl - not enough space for it :( + no "stat", or "file" command]
Thank you!