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.

Revisions

  1. andreyshuster created this gist Aug 31, 2021.
    4 changes: 4 additions & 0 deletions useful-snippets.org
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    ** Find all folders older than certain date(Useful to find old projects) :find:
    #+begin_src shell
    find . -type d -d 1 -not -newermt "2020-09-01 00:00:00"
    #+end_src