1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/pretty-bytes.md

17 lines
415 B
Markdown
Raw Normal View History

# pretty-bytes
> 바이트를 사람이 읽기 쉬운 문자열로 변환.
> 더 많은 정보: <https://github.com/sindresorhus/pretty-bytes-cli>.
- 숫자 바이트 값을 사람이 읽기 쉬운 문자열로 변환:
`pretty-bytes {{1337}}`
- `stdin`에서 숫자 바이트 값을 받아 사람이 읽기 쉬운 문자열로 변환:
`echo {{1337}} | pretty-bytes`
- 도움말 표시:
`pretty-bytes --help`