awk/testdir/t.8.x

5 lines
109 B
Plaintext

{$2=$1; print}
# this should produce a blank for an empty input line
# since it has created fields 1 and 2.