awk/testdir/t.set0b

4 lines
77 B
Plaintext

{x=$1 = $0 = $2; print }
{$0 = $2 = $1; print }
{$(0) = $(2) = $(1); print }