Software - Megabyts (/.tumbnails folder) clear out kt - 30.08.2006, 09:07 Uhr Titel: Megabyts (/.tumbnails folder) clear out
Hello,
Problem:
if one works with pictures month for month so, each of these becomes "preview graphics" in this "user sub-folder tumbnails" usually laid out in 2 sizes. This folder is hidden, so further it himself notices this there megabytes or even gigabyte of pictures accumulate this folder.
Solution:
for some time, these weren't used all tumbmails delete:
Script: (tumbnails.sh)
Code:
#!/bin/sh
# Tumbnails remove this one were longer than not used for 14 days any more
find ~/.thumbnails -type f -atime +14 -exec rm '{}' \;
save script "tumbnails.sh"
make executable "chmod +x tumbnails.sh
start with "./ tumbnails.sh"