Did you mean core*? du -h -x --max-depth=1 <path>
(-x will keep you on the same device or logical volume) Will help you identify directories using lots of space. On 3/10/15, 2:06 PM, "Duerbusch, Tom" <duerbus...@stlouis-mo.gov> wrote: >I was looking to reclaim some disk space. > >find / -name *.log > showed some likely candidates. > >Now looking for obsolete dumps. > >find / -name *.dmp >find / -name *.dump > both shows nothing. > >Really? I don't have any dumps? >I must have died and gone to heaven (or at least the nearest bar <G>) > >This is a DB2 Connect application server. >So I really didn't expect it to use the 2 GB free space it had after >installation. > >So, logs, dumps, what else could be using this space?