qse/ase/test/awk/t14.awk

13 lines
98 B
Awk

{
print "1111111111111";
}
{
print "22222222222222";
next;
}
{
print "33333333333333333";
}