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

Add support for --open-mode u (read and write mode) #181

Closed thiell closed 1 year ago

thiell commented 1 year ago

This patch slightly changes the logic of --open-mode to select files that are open for:

This makes -o filtering more flexible and possible with copy tools that open the source as read+write for example.

The character "u" is also used by lsof for those files.

Xfennec commented 1 year ago

Nice idea, thanks!