awk/testdir/t.bug1
Arnold D. Robbins d6c466c367 Extract testdir.
2019-06-23 03:13:57 -06:00

4 lines
103 B
Plaintext

# this program fails if awk is created without separate I&D
# prints garbage if no $3
{ print $1, $3 }