nmh-workers
[Top] [All Lists]

Re: [nmh-workers] mhshow and Headers

2018-06-20 07:56:57
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

-- 
nmh-workers
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>