Skip to content

Instantly share code, notes, and snippets.

@girishrau
Created September 5, 2018 21:52
Show Gist options
  • Save girishrau/07bed0ca1f19e0c8fc45ae313a033fb8 to your computer and use it in GitHub Desktop.
Save girishrau/07bed0ca1f19e0c8fc45ae313a033fb8 to your computer and use it in GitHub Desktop.
[Linux Tips] Commands for some common usage #linux

Find the sizes of immediate subdirectories under the current directory

$ find ./ -maxdepth 1 -type d | xargs du -kh -d 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment