Donnerstag, 17. Januar 2008 Carl Spitzer:
>  find ./ -type d -name [cC]ache -print

for i in `find ./ -type d -name [cC]ache -print`;do du -sh $i;done

> ./.kde/share/apps/amarok/albumcovers/cache
> ./.gftp/cache
> ./.java/deployment/cache
> ./OpenOffice.org/user/registry/cache
> ./.mozilla/default/6mfyxp94.slt/Cache
> ./.mozilla/firefox/wn3ea5bj.default/Cache
> ./.evolution/mail/pop/[EMAIL PROTECTED]/cache
> many more . . .
> ./.evolution/cache
> ./.openoffice.org2/user/uno_packages/cache
> ./.openoffice.org2/user/registry/cache
> ./.adobe/Acrobat/7.0/Cache
> ./.macromedia/Flash_Player/#SharedObjects/HHPWQGBG/localhost/cwsiv/.mozilla
>/default/6mfyxp94.slt/Cache ./.ooo-2.0-pre/user/uno_packages/cache
> ./.ooo-2.0-pre/user/registry/cache

But I think most of these would be small.

> Can I safely clean these out?  I am looking fow where I nearly filled up
> a 15 gig /home.

cd; du | sort -n
or
kdirstat
can be useful.

Wolfgang
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to