3 lines
39 B
Plaintext
3 lines
39 B
Plaintext
|
BEGIN { FS = "\t+" }
|
||
|
{ print $1, $2 }
|