[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: regards the /




On Sep 21, 2011 1:35 PM, "Camaleón" <noelamac@gmail.com> wrote:
>

> du -h /lib | grep "[0-9]M" | sort -n -r | less
>
du is cool. I use it all the time in a pinch but here, I think
find /lib -size +1M -maxdepth 1
would be better/quicker (Might be a different switch to add the size of directories, on my phone :) )


Reply to: