awk/testdir/t.getval

7 lines
92 B
Plaintext
Raw Permalink Normal View History

2019-06-23 09:13:57 +00:00
{ # tests various resetting of $1, $0, etc.
$1 = length($1) + length($2)
print $0 + 0
}