mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Update src/uu/printf/printf.md
Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
This commit is contained in:
co-authored by
Sylvestre Ledru
parent
cbc0ff6771
commit
5633eb9cd7
@@ -133,7 +133,7 @@ printf 'the letter %X comes before the letter %X' 10 11
|
||||
will print
|
||||
'the letter A comes before the letter B'
|
||||
|
||||
because the substitution field %X means
|
||||
because the substitution field `%X` means
|
||||
'take an integer argument and write it as a hexadecimal number'
|
||||
|
||||
Passing more arguments than are in the format string will cause the format string to be
|
||||
|
||||
Reference in New Issue
Block a user