John Gardner's Weblog
find command
Seeing as some people seem to be posting their handy find commands, I thought I'd add mine:
find . -mount -ls | awk '{ print $7 " " $11 }' | sort -n
which will list all files in & under the current directory and sort them by size, very handy for finding where all the space went.
Posted at 11:08AM Jul 11, 2007 by oz in Solaris X86 | Comments[4]
Wednesday Jul 11, 2007
Posted by Weijun on July 11, 2007 at 05:43 PM EST #
Posted by John Gardner on July 11, 2007 at 09:09 PM EST #
Posted by Justin on July 12, 2007 at 01:43 AM EST #
Posted by Weijun on July 12, 2007 at 09:39 AM EST #