Skip to content

Instantly share code, notes, and snippets.

@iodic
Created October 16, 2017 08:26
Show Gist options
  • Save iodic/2bd651daf1cbe633571717857971173e to your computer and use it in GitHub Desktop.
Save iodic/2bd651daf1cbe633571717857971173e to your computer and use it in GitHub Desktop.
Look for the oldest file in a Unix directory
find -type f -printf '%T+ %p\n' | sort | head -n 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment