From 86bbee3264360de8ab5f8d2b277ac7d1045d0b80 Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 29 Jul 2021 21:33:05 +0000 Subject: deploy: d086ca4c6179628546796e60bfade25be061f045 --- tools/awk.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tools/awk.html') diff --git a/tools/awk.html b/tools/awk.html index 139ec07..3087bd7 100644 --- a/tools/awk.html +++ b/tools/awk.html @@ -223,6 +223,11 @@ For floats one can use %N.Mf, N is the total number in M.

  • +

    sprintf("fmt", expr, ...)

    +

    Format the expressions according to the format string. Similar as printf, +but this is a function and return value can be assigned to a variable.

    +
  • +
  • strftime("fmt")

    Print time stamp formatted by fmt.