리눅스에서 디렉토리 정보를 알 수 있는 법

디렉토리 비교 하는법

$diff -r [directory 1] [directory 2]

디렉토리 크기별로 30개 까지 보여주기
$du -hs /[directory]/* 2> /dev/null | sort -rh | head -n 30

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now
Logo
Center