shithub: trueawk

ref: 8da361bb89c76cf969d6c85f4364cb84475938cc
dir: /testdir/t.6/

View raw version
/a|b|c/	{
	i = $1
	print
	while (i >= 1) {
		print "	", i
		i = i / 10
	}
}