For example, the pv
utility shows me the current rate of data transfer and updates every second. I'd like to save that output to a file, so that I can see at what rate data was being transferred second by second. I can't use a simple redirect like (pv /dev/zero > /dev/null) 2> out.txt
.
Home
/
user-19301