nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [nmh-workers] mhshow and Headers


From: Ralph Corderoy
Subject: Re: [nmh-workers] mhshow and Headers
Date: Wed, 20 Jun 2018 13:28:50 +0100

Hi Martin,

> Sometimes, there are other ways to solve the same problem
> so any suggestions are welcome.

    export LC_ALL=C
    sed -s $'
            /^$/,$d
            /^From /d
            /^[ \t]/d
            s/[ \t]*:.*//
        ' `mhpath +foo all` |
    tr A-Z a-z |
    sort |
    uniq -c |
    sort -n

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]