Skip to content

Instantly share code, notes, and snippets.

@nikolasd
Created April 14, 2019 08:35
Show Gist options
  • Save nikolasd/76e20eefc6450721ade6083908acc82d to your computer and use it in GitHub Desktop.
Save nikolasd/76e20eefc6450721ade6083908acc82d to your computer and use it in GitHub Desktop.
find /my/folder/subfolder/ -type f -exec du -Sh {} + | sort -rh | head -n 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment