Format Bytes - Convert to Human-Readable Format | Online Free DevTools by Hexmos
Format byte sizes into human-readable strings with pretty-bytes. Easily convert data sizes for clear representation. Free online tool, no registration required.
pretty-bytes
Convert bytes to a human-readable string. More information: https://github.com/sindresorhus/pretty-bytes-cli.
- Convert numeric bytes value to a human-readable string:
pretty-bytes {{1337}}
- Convert numeric bytes value from
stdinto a human-readable string:
echo {{1337}} | pretty-bytes
- Display help:
pretty-bytes --help
