todo

find进行文件清理

up:2024-04-22 17:08:45 edit:2024-04-22 17:08:45 view:11
files=$(find -size +1G -atime +30 -mtime +30 ! -exec lsof {} ';' -print) && test "$files" && ls -lh $files  && echo rm them all? 30s then continue && sleep 30 && rm $files

not in sinaapp