#! /opt/gnu/bin/gawk -f # go over each hyphen-separated syllable and extract n-l syllables # plus preceding and following syllables too. BEGIN {FS="-"} { for(i=1;i