summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/splitdef.awk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/test/splitdef.awk')
-rw-r--r--contrib/awk/test/splitdef.awk7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/awk/test/splitdef.awk b/contrib/awk/test/splitdef.awk
deleted file mode 100644
index 694db80..0000000
--- a/contrib/awk/test/splitdef.awk
+++ /dev/null
@@ -1,7 +0,0 @@
-BEGIN {
- data = "abc:easy:as:one:two:three"
- FS = ":"
- FIELDWIDTHS = "3 1 4 1 2 1 3 1 3 1 5"
- n = split(data, a)
- printf "n = %d, a[3] = %s\n", n, a[3]
-}
OpenPOWER on IntegriCloud