aboutsummaryrefslogtreecommitdiffstats
path: root/test/fwtest2b.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/fwtest2b.awk')
-rw-r--r--test/fwtest2b.awk6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/fwtest2b.awk b/test/fwtest2b.awk
new file mode 100644
index 00000000..5e96c1aa
--- /dev/null
+++ b/test/fwtest2b.awk
@@ -0,0 +1,6 @@
+BEGIN {
+ FIELDWIDTHS = "2:13 2:13 2:13";
+}
+{
+ printf "%s|%s|%s\n", $1, $2, $3
+}