Skip to main content
Formatted text. Added link.
Source Link
Paulo Tomé
  • 3.9k
  • 6
  • 28
  • 40

The printf(1) man says:

%b ARGUMENT as a string with '' escapes interpreted, ex‐ cept that octal escapes are of the form \0 or \0NNN

%b     ARGUMENT as a string with '\' escapes interpreted, except
       that octal escapes are of the form \0 or \0NNN

So, it`s works: example

The man says:

%b ARGUMENT as a string with '' escapes interpreted, ex‐ cept that octal escapes are of the form \0 or \0NNN

So, it`s works: example

The printf(1) man says:

%b     ARGUMENT as a string with '\' escapes interpreted, except
       that octal escapes are of the form \0 or \0NNN

So, it`s works: example

Source Link

The man says:

%b ARGUMENT as a string with '' escapes interpreted, ex‐ cept that octal escapes are of the form \0 or \0NNN

So, it`s works: example