Skip to content

Instantly share code, notes, and snippets.

@saippuakauppias
Created February 6, 2020 22:25
Show Gist options
  • Save saippuakauppias/6636b9a45d20e3cfbf8ad2ca1ecd60f6 to your computer and use it in GitHub Desktop.
Save saippuakauppias/6636b9a45d20e3cfbf8ad2ca1ecd60f6 to your computer and use it in GitHub Desktop.
cd /var
find . -type d |
while
read line
do
echo "$( find "$line" -maxdepth 1 | wc -l) $line"
done |
sort -rn | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment