mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:26:01 +02:00
pretty-bytes: add page (#5226)
This commit is contained in:
parent
d85ac6642c
commit
b5aec03e9d
1 changed files with 16 additions and 0 deletions
16
pages/common/pretty-bytes.md
Normal file
16
pages/common/pretty-bytes.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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 stdin to a human readable string:
|
||||
|
||||
`echo {{1337}} | pretty-bytes`
|
||||
|
||||
- Display help and usage information:
|
||||
|
||||
`pretty-bytes --help`
|
Loading…
Add table
Reference in a new issue