13 lines
127 B
Plaintext
13 lines
127 B
Plaintext
BEGIN {
|
|
RS = "\n\n";
|
|
FS = "\n";
|
|
}
|
|
|
|
{
|
|
print $1,$NF;
|
|
}
|
|
|
|
James Brown 012-345-678
|
|
Richie Ren 02-3473-9192
|
|
Toh WeeKung 9102-1203
|