NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/56134: patch: add feedback to tee(1)
The following reply was made to PR bin/56134; it has been noted by GNATS.
From: "Jeremy C. Reed" <reed%reedmedia.net@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: bin/56134: patch: add feedback to tee(1)
Date: Thu, 29 Apr 2021 17:12:38 -0500 (CDT)
> >How-To-Repeat:
> $ find /usr/bin | ./tee -v | wc
> 682617.19 KB/s (7,689 bytes in 0.000011 seconds)
> 486 486 7689
Not a perfect alternative, but also see
t1:reed$ find /usr/bin | progress -e cat | wc
7887 4.81 MiB/s
498 498 7887
I think instead of modifying standard "tee" maybe you can add
your desired output format to progress(1) instead.
(Or have you seen a "tee" like this?)
Home |
Main Index |
Thread Index |
Old Index