You are here

Linux - Find where inodes are being used


for i in *; do echo -e "$(find $i | wc -l)\t$i"; done | sort -n

Tags: