About: Printf (Unix)

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In Unix and Unix-like operating systems, printf ("print formatted") is a shell builtin (and utility program) that formats and prints data. The command accepts a printf format string, which specifies methods for formatting items, and a list of items to be formatted. Named historically after the intention of printing to a printer, it now actually outputs to stdout. Characters in the format string are copied to the output or, if a % is encountered, are used to format an item. In addition to the standard formats, %b causes printf to expand backslash escape sequences (for example for newline), and %q outputs an item that can be used as shell input. The format string is reused if there are more items than format specs. Unused format specs provide a zero value or null string.

Property Value
dbo:abstract
  • In Unix and Unix-like operating systems, printf ("print formatted") is a shell builtin (and utility program) that formats and prints data. The command accepts a printf format string, which specifies methods for formatting items, and a list of items to be formatted. Named historically after the intention of printing to a printer, it now actually outputs to stdout. Characters in the format string are copied to the output or, if a % is encountered, are used to format an item. In addition to the standard formats, %b causes printf to expand backslash escape sequences (for example for newline), and %q outputs an item that can be used as shell input. The format string is reused if there are more items than format specs. Unused format specs provide a zero value or null string. (en)
dbo:computingPlatform
dbo:developer
dbo:genre
dbo:license
dbo:operatingSystem
dbo:wikiPageID
  • 26068831 (xsd:integer)
dbo:wikiPageLength
  • 3158 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1075001488 (xsd:integer)
dbo:wikiPageWikiLink
dbp:developer
  • Various open-source and commercial developers (en)
dbp:genre
dbp:license
dbp:name
  • printf (en)
dbp:operatingSystem
  • Unix and Unix-like (en)
dbp:platform
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • In Unix and Unix-like operating systems, printf ("print formatted") is a shell builtin (and utility program) that formats and prints data. The command accepts a printf format string, which specifies methods for formatting items, and a list of items to be formatted. Named historically after the intention of printing to a printer, it now actually outputs to stdout. Characters in the format string are copied to the output or, if a % is encountered, are used to format an item. In addition to the standard formats, %b causes printf to expand backslash escape sequences (for example for newline), and %q outputs an item that can be used as shell input. The format string is reused if there are more items than format specs. Unused format specs provide a zero value or null string. (en)
rdfs:label
  • Printf (Unix) (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
foaf:name
  • printf (en)
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License