printf.exe

  • File Path: C:\Users\user\AppData\Local\GitHubDesktop\app-2.5.3\resources\app\git\usr\bin\printf.exe

Hashes

Type Hash
MD5 B15E29B2DFD04E9AE0336300C63F9E5A
SHA1 ABE410753B7BD15C7B9C7767D4472EC91BF0B52C
SHA256 9E8F742E16996D6F8C8E92C232D512D3BEFC2CCE090DFDF77D82C3B897B53620
SHA384 09136B2FE6003665DF99625B4B3F62F31751CD6B055DD7B6AB0BEB260E887778AB392B60DC56494A3F998308C07DA2B7
SHA512 E1388328F471BFBDE09F6E50FB8211F47A8A07BCB830C814EB759435BB32BEF5A2D0C0FD330D759179995B70F3B7133CF83497CE1092AE1E7ABA204B1248F4AD
SSDEEP 1536:RpkPslVo4mmFjyfDUTZ9CASIwSiQHf4vU8EpKOlNAbIVkyJcWE8FfMUfK:Rpk0lVLmmF2fvif488EpKOlNAba7LE8I

Runtime Data

Usage (stdout):

Usage: /usr/bin/printf FORMAT [ARGUMENT]...
  or:  /usr/bin/printf OPTION
Print ARGUMENT(s) according to FORMAT, or execute according to OPTION:

      --help     display this help and exit
      --version  output version information and exit

FORMAT controls the output as in C printf.  Interpreted sequences are:

  \"      double quote
  \\      backslash
  \a      alert (BEL)
  \b      backspace
  \c      produce no further output
  \e      escape
  \f      form feed
  \n      new line
  \r      carriage return
  \t      horizontal tab
  \v      vertical tab
  \NNN    byte with octal value NNN (1 to 3 digits)
  \xHH    byte with hexadecimal value HH (1 to 2 digits)
  \uHHHH  Unicode (ISO/IEC 10646) character with hex value HHHH (4 digits)
  \UHHHHHHHH  Unicode character with hex value HHHHHHHH (8 digits)
  %%      a single %
  %b      ARGUMENT as a string with '\' escapes interpreted,
          except that octal escapes are of the form \0 or \0NNN
  %q      ARGUMENT is printed in a format that can be reused as shell input,
          escaping non-printable characters with the proposed POSIX $'' syntax.

and all C format specifications ending with one of diouxXfeEgGcs, with
ARGUMENTs converted to proper type first.  Variable widths are handled.

NOTE: your shell may have its own version of printf, which usually supersedes
the version described here.  Please refer to your shell's documentation
for details about the options it supports.

GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
Report any translation bugs to <https://translationproject.org/team/>
Full documentation <https://www.gnu.org/software/coreutils/printf>
or available locally via: info '(coreutils) printf invocation'

Signature

  • Status: Signature verified.
  • Serial: 045D8F14A82147641722D4FAFC66BC80
  • Thumbprint: FB713A60A7FA79DFC03CB301CA05D4E8C1BDD431
  • Issuer: CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US
  • Subject: CN=”GitHub, Inc.”, O=”GitHub, Inc.”, L=San Francisco, S=California, C=US

File Metadata

  • Original Filename:
  • Product Name:
  • Company Name:
  • File Version:
  • Product Version:
  • Language:
  • Legal Copyright:

MIT License. Copyright (c) 2020-2021 Strontic.