Page 2 of 2

Re: mysqld error causing server hang

Posted: Mon Nov 01, 2010 2:59 pm
by mneese77
slightly different...

Code: Select all

find / -type f -size +200000k -exec ls -lh {} \; 2> /dev/null | awk '{ print $NF ": " $5 }'
mine

Code: Select all

find /var -type f -size +200000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
yours

Returns are basically the same....irrespective of the directory designation


For some reason ncdu does not work on my system...
ncdu /var
-bash: ncdu: command not found
EDIT: OKAY...not installed yet...