4.4BSD/usr/src/contrib/gawk-2.15.2/test/reparse.awk

{
	gsub(/x/, " ")
	$0 = $0
	print $1
	print $0
	print $1, $2, $3
}