Skip to content

Instantly share code, notes, and snippets.

@j3ck
Created December 27, 2016 16:06
Show Gist options
  • Select an option

  • Save j3ck/c78b798f1435d23398fd157a73aef882 to your computer and use it in GitHub Desktop.

Select an option

Save j3ck/c78b798f1435d23398fd157a73aef882 to your computer and use it in GitHub Desktop.
each dir size in current dir
cd /
for i in $( ls ); do
sudo du -sh $i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment