** 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