Skip to content

Instantly share code, notes, and snippets.

@Jackie-Aniki
Created January 29, 2024 02:19
Show Gist options
  • Select an option

  • Save Jackie-Aniki/e8bf94a050a29fdc8a0a0c6d8a606ac7 to your computer and use it in GitHub Desktop.

Select an option

Save Jackie-Aniki/e8bf94a050a29fdc8a0a0c6d8a606ac7 to your computer and use it in GitHub Desktop.
linux dir content size
alias dirsize="du --max-depth=1 -k * | sort -nr | cut -f2 | xargs -d '\n' du -sh"
@Jackie-Aniki
Copy link
Author

this works on macos alias dirsize="du -d 1 -k * | sort -nr" in KB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment