2. Remove Files which are N Days Older To remove files which are 5 days older, use “5d” as timespec. For example, the following command will delete files from the ~/Downloads folder that are not accessed in the last 5 days. $ tmpreaper 5d ~/Downloads 3. Remove Files which are N...
you can use [tt]-n -newer file[/tt] to remove files older than your reference. Or you can use [tt]-ok[/tt] instead of [tt]-exec[/tt] to receive a propmt for every and each file found. The second form selects files with a modification time greater than the number of days sel...