Skip to content

Instantly share code, notes, and snippets.

@kevinsimper
Created August 9, 2023 13:10
Show Gist options
  • Save kevinsimper/23586070315a80dd97d5460fea4e0e25 to your computer and use it in GitHub Desktop.
Save kevinsimper/23586070315a80dd97d5460fea4e0e25 to your computer and use it in GitHub Desktop.
Humanize bytes on Mac
# First install GNU CoreUtils
$ brew install coreutils
# pass bytes to numfmt
$ numfmt --to=iec-i --suffix=B --format="%9.2f" 3168122
3.03MiB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment