Created
August 31, 2021 07:54
-
-
Save andreyshuster/eadb32024e3a57c3d7c3868d7c92ebe0 to your computer and use it in GitHub Desktop.
Revisions
-
andreyshuster created this gist
Aug 31, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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