Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
touch -d'2004-01-01 00:00:00' 2004-Jan
touch -d'2004-05-31 23:59:59' 2004-May
find /some/dir -newer 2004-Jan -not -newer 2004-May -exec ls -la {} \;
find /some/dir -mtime +365 -mtime -700