awk/testdir/t.incr

3 lines
52 B
Plaintext
Raw Normal View History

2019-06-23 09:13:57 +00:00
{ ++i; --j; k++; l-- }
END { print NR, i, j, k, l }