printf
PRINTF(1) User Commands PRINTF(1)
NAME
printf - format and print data
SYNOPSIS
printf FORMAT [ARGUMENT]...
printf OPTION
DESCRIPTION
NOTE: your shell may have its own version of printf which will
supercede the version described here. Please refer to your shell's
documentation for details about the options it supports.
Print ARGUMENT(s) according to FORMAT.
--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
NNN character with octal value NNN (1 to 3 digits)
backslash
a alert (BEL)
b backspace
c produce no further output
f form feed
n new line
r carriage return
t horizontal tab
v vertical tab
xNN byte with hexadecimal value NN (1 to 2 digits)
uNNNN character with hexadecimal value NNNN (4 digits)
UNNNNNNNN
character with hexadecimal value NNNNNNNN (8 digits)
%% a single %
%b ARGUMENT as a string with '' escapes interpreted,
except that octal escapes are of the form - Perl warnings toned down - ZDNet UKPerl warnings toned down
ZDNet UK, UK -Sep 14, 2008
There was an legitimate security vulnerability in printf, but the problem with Sys:Syslog occurred because of a development error by Webmin, Lester said. ... - Hello, I have released this PoC for the Linux-only local denial of ... - SecuObsHello, I have released this PoC for the Linux-only local denial of ...
SecuObs, France -Sep 16, 2008
n", fd); } else { printf(" => Error (%d) adding fd %dn", errno, fd); } } int main(int argc, char *argv[]) { int fds[2]; char dir[32], c; int i, found = 0; ... - What’s GNU, Part Four: find - Linux Magazine (subscription)What’s GNU, Part Four: find
Linux Magazine (subscription), CA -Sep 22, 2008
To get a listing of what’s on your system, use the new -printf action with its %F format directive to display the filesystems from the second field of each ... - IAR updates embedded workbench for ARM - Electronics Talk (press release)IAR updates embedded workbench for ARM
Electronics Talk (press release), UK -Oct 1, 2008
Additionally, debug log messages from a printf output can be sent over the SWO channel and displayed by IAR C-SPY, without having to halt the execution. ... - 【ハウツー】 ゼロからはじめるC言語 - 自作関数編 - マイコミジャーナル【ハウツー】 ゼロからはじめるC言語 - 自作関数編
マイコミジャーナル, Japan -Sep 29, 2008
C言語は、標準ライブラリとしてprintf()関数のようなシステムが提供するべき基礎的な機能を用意しています。他にも、ファイルの入出力や数学、時間、文字列制御などの ...