#!/bin/csh awk '\ BEGIN {\ while (1) {getline; if ($0==" ") break;}\ nbsp=0;\ while (1) {\ getline < "header.in";\ if ($1=="end") break;\ for (i=0; i<$2; i++) {\ sp[nbsp]=$1;\ nbsp++;\ }\ }\ nbh=0;\ while (1) {\ getline < "header.in";\ if ($1=="end") break;\ h[nbh]=$0;\ nbh++;\ }\ at=0;\ }\ {\ if (at==0) {\ for (i=0; i