asked on
ASKER
find . -atime +730 -exec gzip {} \;
Linux is a UNIX-like open source operating system with hundreds of distinct distributions, including: Fedora, openSUSE, Ubuntu, Debian, Slackware, Gentoo, CentOS, and Arch Linux. Linux is generally associated with web and database servers, but has become popular in many niche industries and applications.
TRUSTED BY
You can change the +1 to whatever you want. You can also change to mtime to change to last MODIFIED.
Open in new window