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