bash
find -type d -printf '%T+ %p\n' | sort | head -1
find -type d -printf '%T+ %p\n' | sort | head -1
Originally posted on Stack Overflow. Public user contributions are licensed under Creative Commons Attribution-ShareAlike.