Stack Overflow archive
0 score

Shell command to get directory with least access date/time

score
0
question views
385
license
CC BY-SA 3.0
bash
find -type d -printf '%T+ %p\n' | sort | head -1

source

Originally posted on Stack Overflow. Public user contributions are licensed under Creative Commons Attribution-ShareAlike.