[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] wc: add -v option to print total counts every second.
From: |
Pádraig Brady |
Subject: |
Re: [PATCH] wc: add -v option to print total counts every second. |
Date: |
Fri, 11 Mar 2016 12:34:21 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
On 11/03/16 09:19, Sina Siadat wrote:
* src/wc.c: add -v option and write live counts to stderr.
I'd be inclined to call it --progress.
However I'm also inclined to think this might be better
placed in a separate utility. For example I see that pv
can already count lines and bytes with -b and -l.
thanks,
Pádraig