Computer Tips - Linux: How do I count nothing?

Date: 2019apr5 OS: Linux Q. Linux: How do I count nothing? A. Use the pv command and you get a progress bar
pv -s1000G </dev/zero >/dev/null