Skip to content

Instantly share code, notes, and snippets.

@ksomemo
Created October 21, 2014 01:33
Show Gist options
  • Save ksomemo/bcdb8993d973a2d89d81 to your computer and use it in GitHub Desktop.
Save ksomemo/bcdb8993d973a2d89d81 to your computer and use it in GitHub Desktop.
#!/bin/bash
ls -1 | tr "\n" "\0" | xargs -0 du -h -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment