1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

Update src/uu/printf/printf.md

Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
This commit is contained in:
Masahito Osako 2023-04-06 00:24:06 +09:00 committed by GitHub
parent 109aa925c4
commit 11f3976e35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -191,7 +191,7 @@ is padded with leading zeros until it is 4 digits in length.
* `%u`: 64-bit unsigned integer
* `%x or %X`: 64-bit unsigned integer printed in Hexadecimal (base 16)
* `%x` or `%X`: 64-bit unsigned integer printed in Hexadecimal (base 16)
`%X` instead of `%x` means to use uppercase letters for 'a' through 'f'
* `%o`: 64-bit unsigned integer printed in octal (base 8)