Forrest logo
back to context overview

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-bytes
    try on your machine
    explain this command
  • pretty-bytes:tldr:3ee94 pretty-bytes: Display help and usage information.
    $ pretty-bytes --help
    try on your machine
    explain this command
  • pretty-bytes:tldr:7f273 pretty-bytes: Convert numeric bytes value to a human-readable string.
    $ pretty-bytes ${1337}
    try on your machine
    explain this command
back to context overview