You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(This would only work/make sense with tagging I think, and --must-match-tagged would not be needed in this case as files must have the same relative path in any case)
The text was updated successfully, but these errors were encountered:
Is there any way to filter input to allow only files with same relative paths through.
Something like the existing --match-basename but for paths?
i.e. a duplicate file is only found if it shares the same relative path - with an option such as --match-dirname...
Pseudo code:
rmlint <other options> --keep-all-tagged --match-dirname --match-basename DIR1 // DIR2
(This would only work/make sense with tagging I think, and --must-match-tagged would not be needed in this case as files must have the same relative path in any case)
The text was updated successfully, but these errors were encountered: