xref
: /
freebsd
/
contrib
/
one-true-awk
/
testdir
/
t.set0b
(revision 2fb4f839f3fc72ce2bab12f9ba4760f97f73e97f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{x=$1 = $0 = $2; print }
2
{$0 = $2 = $1; print }
3
{$(0) = $(2) = $(1); print }
4