printf − format and print data
printf format [ argument ... ]
The printf command uses the first argument as the format that describes how to print the remaining arguments. Unlike the standard printf(1) command, this one uses the Perl version. See "sprintf" in perlfunc for details.
printf(3), "sprintf" in perlfunc
Tom Christiansen, [email protected].
This program is copyright (c) Tom Christiansen 1999.
This program is free and open software. You may use, modify, distribute, and sell this program (and any modified variants) in any way you wish, provided you do not restrict others from doing the same.