LinuxCommandLibrary

pretty-bytes

Convert bytes to a human readable string.

TLDR

Convert numeric bytes value to a human-readable string

$ pretty-bytes [1337]
copy


Convert numeric bytes value from stdin to a human-readable string
$ echo [1337] | pretty-bytes
copy


Display help and usage information
$ pretty-bytes --help
copy

Copied to clipboard