Closed thiell closed 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.
Nice idea, thanks!
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.