Skip to content

Instantly share code, notes, and snippets.

@viktor-ulyankin
Created February 24, 2017 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viktor-ulyankin/2c16d649c9ed293d6da01863914421a2 to your computer and use it in GitHub Desktop.
Save viktor-ulyankin/2c16d649c9ed293d6da01863914421a2 to your computer and use it in GitHub Desktop.
Сколько inode какие папки занимают в папке /www/.
ls -d1 ~/www/* | while read i; do echo -en "$i\t"; find "$i" -name "*" | wc -l; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment