-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for --open-mode u (read and write mode)
This patch slightly changes the logic of --open-mode to select files that are open for: - read (r) - write (w) - read and write (u) 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.
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters