aboutsummaryrefslogtreecommitdiffstats
path: root/test/nlfldsep.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/nlfldsep.sh')
-rwxr-xr-xtest/nlfldsep.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/nlfldsep.sh b/test/nlfldsep.sh
deleted file mode 100755
index 0a0a5f53..00000000
--- a/test/nlfldsep.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#! /bin/sh
-AWK=${AWK-../gawk}
-
-echo 'some stuff
-more stuffA
-junk
-stuffA
-final' | $AWK 'BEGIN { RS = "A" }
-{print NF; for (i = 1; i <= NF; i++) print $i ; print ""}'
-