mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
b0620803d5
Add a new %n$ option to change the order of the parameters as done in the ksh93 builtin printf (among others). For example: %printf '%2$1d %1$s\n' one 2 three 4 2 one 4 three The feature was written by Garret D'Amore under a BSD license for Nexenta/illumos. Reference: http://garrett.damore.org/2010/10/new-implementation-of-printf.html PR: bin/152934 Obtained from: Illumos MFC after: 2 weeks |
||
---|---|---|
.. | ||
tests | ||
Makefile | ||
printf.1 | ||
printf.c |