xref: /illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/t.8.x (revision b531f6d16eb39863e7bbc34773fb7ef7a282a0a2)
1 {$2=$1; print}
2 
3 # this should produce a blank for an empty input line
4 # since it has created fields 1 and 2.
5