All pastes #2057015 Raw Edit

Miscellany

public text v1 · immutable
#2057015 ·published 2011-05-11 20:30 UTC
rendered paste body
inrange == 1 {
  lines[++i] = $0;
  if ($0 !~ /multi/)
    found = 1;
}
~