qse/ase/cmd/awk/t32.awk

3 lines
83 B
Awk
Raw Normal View History

BEGIN { /*RS = "Asia";*/ /*RS=746;*/ /*RS="";*/ RS=/USA/; }
{ print NR, " ", $0; }