Find the most recently changed files on Linux (2026)
find -printf with sort gives you a newest-last list of every file in a tree; -mmin/-mtime filter by age. macOS's BSD find lacks -printf, so this covers the portable variants too. Handy for 'what just changed on this server?'