summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/igncfs.awk
blob: ebb58b2409ac71afac55561c826f329bd5e15d97 (plain)
1
2
3
4
5
6
7
8
BEGIN   {
        IGNORECASE=1
        FS="[^a-z]+"
}
{
        for (i=1; i<NF; i++) printf "%s, ", $i
        printf "%s\n", $NF
}
OpenPOWER on IntegriCloud