shithub: trueawk

ref: feaf62d159df0f26dfbd18d03ef428ce3ded812d
dir: /testdir/t.6/

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