Page 1 of 1

Printf Formatspezifizierer %H; Ist es Standard?

Posted: 07 Mar 2025, 12:03
by Anonymous
Befehle < /p>
printf 'ABC$def%hx\n' 10 # output: ABC$defa
printf 'ABC$def%s\n' 10 # output: ABC$def10
< /code>
wie erwartet arbeiten .... aber ich kann keine Informationen zu %H.>