dendrobates-t-azureus/cache_utils/results-05619c5/extract_iterations.awk

7 lines
73 B
Awk
Raw Normal View History

2020-03-17 10:02:28 +01:00
{
start = $0
print "start " $0
getline
print "end " $0
}