Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 271 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 271 Bytes

脚本

#!/bin/sh  

find /mnt/[MountPoint]/.recycle/* -atime +[Age] -exec rm -rf '{}' \;
find /mnt/[MountPoint]/.recycle/ -depth -type d -empty -exec rmdir {} \;
  • 填入以下内容,[MountPoint] 替换成你挂载点的名字,[Age] 替换成天数