Xfennec / progress

Linux tool to show progress for cp, mv, dd, ... (formerly known as cv)
GNU General Public License v3.0
8.57k stars 313 forks source link

Occasionally shows duplicate lines #169

Open mcandre opened 2 years ago

mcandre commented 2 years ago

The progress tool occasionally shows duplicate lines. This can happen with rsync transfers, for example.

We could do a better job of housing the status entries in a hashmap, keyed on the pid. That way, the same process will never display twice.