shell/gawk进阶/script

3 lines
34 B
Plaintext

BEGIN{FS=","; print n}
{print $n}