View Single Post
Posts: 181 | Thanked: 82 times | Joined on Jan 2010
#6
Originally Posted by reinob View Post
@ikerrg,

I guess you don't just want to delete/move the bigger files, but want to know what files are being created/grown.
You are right, reinob.

Using your command, many modified files appear in system
directories, and between them many %gconf.xml. I have changed your command to also filter them by size:

Code:
find -mtime -1 -size 1024k
but I have not found any modified file of that size (also no luck with 512k).

I usually update the repositories searching for updates, but not in the commandline but in HAM or fappman (same as apt-get anyway). The downloaded repositories (mainly Extras) shoud grow a bit along the time, but not so much I think.
 

The Following 2 Users Say Thank You to ikerrg For This Useful Post: