Skip to content

Instantly share code, notes, and snippets.

@andreyshuster
Created August 31, 2021 07:54
Show Gist options
  • Save andreyshuster/eadb32024e3a57c3d7c3868d7c92ebe0 to your computer and use it in GitHub Desktop.
Save andreyshuster/eadb32024e3a57c3d7c3868d7c92ebe0 to your computer and use it in GitHub Desktop.

Find all folders older than certain date(Useful to find old projects)

find . -type d  -d 1 -not -newermt "2020-09-01 00:00:00"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment