7 lines
73 B
Awk
7 lines
73 B
Awk
|
{
|
||
|
start = $0
|
||
|
print "start " $0
|
||
|
getline
|
||
|
print "end " $0
|
||
|
}
|