mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-02 05:57:46 +00:00
Update src/uu/printf/printf.md
Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
This commit is contained in:
parent
109aa925c4
commit
11f3976e35
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ is padded with leading zeros until it is 4 digits in length.
|
||||||
|
|
||||||
* `%u`: 64-bit unsigned integer
|
* `%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'
|
`%X` instead of `%x` means to use uppercase letters for 'a' through 'f'
|
||||||
|
|
||||||
* `%o`: 64-bit unsigned integer printed in octal (base 8)
|
* `%o`: 64-bit unsigned integer printed in octal (base 8)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue