#
# delete duplicate lines
#
{
	if (old != $0)
		printf "%s\n", $0
	old = $0
}


syntax highlighted by Code2HTML, v. 0.9.1