summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/fstabplus.awk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/test/fstabplus.awk')
-rw-r--r--contrib/awk/test/fstabplus.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/awk/test/fstabplus.awk b/contrib/awk/test/fstabplus.awk
new file mode 100644
index 0000000..748a44f
--- /dev/null
+++ b/contrib/awk/test/fstabplus.awk
@@ -0,0 +1,2 @@
+BEGIN { FS = "\t+" }
+ { print $1, $2 }
OpenPOWER on IntegriCloud