diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 13:17:58 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 13:17:58 +0300 |
commit | e888f1834b88270590b7e04d64c03c75863e4565 (patch) | |
tree | ab679ecbf16dc4f11b90a53f4b1e0084d78c98b0 /test/resplit.awk | |
parent | fae4762eba9ff7bb466a600130e9c90eaac6b0bc (diff) | |
download | gawk-e888f1834b88270590b7e04d64c03c75863e4565.tar.gz |
Move to gawk-3.1.2.gawk-3.1.2
Diffstat (limited to 'test/resplit.awk')
-rw-r--r-- | test/resplit.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/resplit.awk b/test/resplit.awk new file mode 100644 index 00000000..f75fe397 --- /dev/null +++ b/test/resplit.awk @@ -0,0 +1 @@ +{ FS = ":"; $0 = $0; print $2 } |