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.
mv file1 file2 ... /archive
Sorry mike, but can you elaborate on this more?Convert the dates to 'number of days ago' and use the find -mtime with plus (+) and minus (-) values.
find /your/data/dir -type f -mtime +7 -mtime -28 -exec mv {} /some/other/dir \;