-
What would happen if two of the folders that form the pool have a file in the same path? And how do I find this files so that I can change the name? |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Sep 27, 2022
Replies: 3 comments
-
Things work exactly as described in the documentation. Every function has a policy and the policy dictates what is used. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
find dir1 dir2 -printf '%P\n' | sort | uniq -d