Find Large Directories on AIX
I usually run it from under a partition which is running out of space. It can take a while.
du -g | sort -n -r
Published on
I usually run it from under a partition which is running out of space. It can take a while.
du -g | sort -n -r