
pretty-bytes
List of commands for pretty-bytes:
-
pretty-bytes:tldr:37bf2 pretty-bytes: Convert numeric bytes value from `stdin` to a human-readable string.$ echo ${1337} | pretty-bytestry on your machineexplain this command
-
pretty-bytes:tldr:3ee94 pretty-bytes: Display help and usage information.$ pretty-bytes --helptry on your machineexplain this command
-
pretty-bytes:tldr:7f273 pretty-bytes: Convert numeric bytes value to a human-readable string.$ pretty-bytes ${1337}try on your machineexplain this command