Xfennec / progress

Linux tool to show progress for cp, mv, dd, ... (formerly known as cv)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Occasionally shows duplicate lines

mcandre opened this issue · comments

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.