aboutsummaryrefslogtreecommitdiffstats
path: root/test/strftfld.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/strftfld.awk')
-rw-r--r--test/strftfld.awk3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/strftfld.awk b/test/strftfld.awk
new file mode 100644
index 00000000..26f75a5a
--- /dev/null
+++ b/test/strftfld.awk
@@ -0,0 +1,3 @@
+{
+ print split(strftime($1), f)
+}