~vcs-imports/gawk/master

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