diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-17 20:44:53 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-17 20:44:53 +0200 |
commit | aed04bc4eda042bfa80d57a84c7d1406782ee66f (patch) | |
tree | d1d83c28383097e31f6fc09959e8688e7c501f3f /awklib/eg/prog/split.awk | |
parent | 8db83f48914bb060de8f217ba950d8ee4f5ea5f7 (diff) | |
download | egawk-aed04bc4eda042bfa80d57a84c7d1406782ee66f.tar.gz egawk-aed04bc4eda042bfa80d57a84c7d1406782ee66f.tar.bz2 egawk-aed04bc4eda042bfa80d57a84c7d1406782ee66f.zip |
Update doc with lots of formatting improvements.
Diffstat (limited to 'awklib/eg/prog/split.awk')
-rw-r--r-- | awklib/eg/prog/split.awk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/awklib/eg/prog/split.awk b/awklib/eg/prog/split.awk index b878fa50..9239a6c5 100644 --- a/awklib/eg/prog/split.awk +++ b/awklib/eg/prog/split.awk @@ -27,7 +27,6 @@ BEGIN { outfile = ARGV[i] ARGV[i] = "" } - s1 = s2 = "a" out = (outfile s1 s2) } |