df 디렉토리 크기 파악하는 방법은?

$> du -c -h --max-depth=0 *

* 디렉토리내 안의 모든 파일 파악 및 크기로 정렬해서 파악할 때 ….

$> du -S | sort -n