We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b228a commit 265d781Copy full SHA for 265d781
crontab.sh
@@ -0,0 +1,2 @@
1
+# 凌晨2点执行,查找目录下面7天内没有被访问的文件并删除,释放空间
2
+0 2 * * * find /tmp/thumb -atime -7 | xargs rm -rf
0 commit comments