*** empty log message ***
This commit is contained in:
parent
582ffc9875
commit
c98f616c82
@ -1,7 +1,7 @@
|
||||
BEGIN {
|
||||
CONVFMT="%s";
|
||||
#CONVFMT="%s";
|
||||
#CONVFMT="%*.*s";
|
||||
#CONVFMT="%*.*f";
|
||||
printf "%s", sprintf ("abc %s abc\n", sprintf ("def %s %s", sprintf ("%s %s %s", "xyz", 1.2342, "xyz"), "def"));
|
||||
printf "[[[[[%s]]\n", sprintf ("abc %s abc", sprintf ("def %s %s", sprintf ("%s %s %s", "xyz", 1.2342, "xyz"), sprintf ("ttt %s tttt", 123.12)));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user