diff options
Diffstat (limited to 'test/gtlnbufv.awk')
-rw-r--r-- | test/gtlnbufv.awk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/gtlnbufv.awk b/test/gtlnbufv.awk new file mode 100644 index 00000000..ce7d243c --- /dev/null +++ b/test/gtlnbufv.awk @@ -0,0 +1,2 @@ +/@K@CODE/ { print ; getline temp ; print temp ;next } +{print} |