How to compare files with partially matching file names? (tools/software?)
Is there a tool/software to do this?
I use Beyond Compare and am advised that the regex features it provides might make this possible, but I've not seen a working solution yet.
Background, I'm attempting to compare files with long names on a hard disk with those written to DVD with UDF1.02, which truncates the length to comply with the length in this standard. I don't wish to use a later standard that relaxes this length.
beyondcompare
add a comment |
Is there a tool/software to do this?
I use Beyond Compare and am advised that the regex features it provides might make this possible, but I've not seen a working solution yet.
Background, I'm attempting to compare files with long names on a hard disk with those written to DVD with UDF1.02, which truncates the length to comply with the length in this standard. I don't wish to use a later standard that relaxes this length.
beyondcompare
add a comment |
Is there a tool/software to do this?
I use Beyond Compare and am advised that the regex features it provides might make this possible, but I've not seen a working solution yet.
Background, I'm attempting to compare files with long names on a hard disk with those written to DVD with UDF1.02, which truncates the length to comply with the length in this standard. I don't wish to use a later standard that relaxes this length.
beyondcompare
Is there a tool/software to do this?
I use Beyond Compare and am advised that the regex features it provides might make this possible, but I've not seen a working solution yet.
Background, I'm attempting to compare files with long names on a hard disk with those written to DVD with UDF1.02, which truncates the length to comply with the length in this standard. I don't wish to use a later standard that relaxes this length.
beyondcompare
beyondcompare
edited Sep 29 '14 at 17:10
Der Hochstapler
67.7k49230284
67.7k49230284
asked May 3 '11 at 8:20
therobyouknowtherobyouknow
2,221134782
2,221134782
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
There are four five possible solutions:
Truncate the files to a length within UDF1.02 standard, e.g. use a script to automate this, do it intelligently, i.e. append an incrementing an index number to the file if the same filename exists from a previous truncation. Remembering to ensure that appending the index number still keeps the overall file length within the standard. This is a possible solution but I would have to be aware of files that reference other files e.g. html, the references within files would be broken if the filename is truncated.
Use a later UDF standard. Not favourite as UDF1.02 is most broadly compatible, lowest common denominator
There is a beyond compare thread that discusses use of regex within the tool but the thread has not been concluded to provide a solution that definitely works yet:
http://www.scootersoftware.com/vbulletin/showthread.php?p=29639Use MindGems Fast Duplicate File Finder to compare 2 folders and set the config so that one of the folders is excluded from having its duplicates automarked, this means that the other folder can have its duplicates marked (and removed) leaving just the files not in the first folder: http://www.mindgems.com/products/Fast-Duplicate-File-Finder/Fast-Duplicate-File-Finder-FAQ.htm#EXCLUDE_FOLDER_FROM_AUTOMARK
EDIT - new: Turn off unicode in UDF if only ascii needed. This doubles the available characters so truncation situations will be reduced or eliminated. unicode off is still a valid option for the UDF standard, including UDF1.02, apparently: http://forum.imgburn.com/index.php?showtopic=17822&st=0&p=131270&#entry131270
add a comment |
Go to Session -> Session Settings (select the tab Misc) and set the Alignment Override pattern according to your requirement.
left side
leftunmatchname
Right side
rightunmatchname
Example of comparing file with partially matching name:
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f278402%2fhow-to-compare-files-with-partially-matching-file-names-tools-software%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
There are four five possible solutions:
Truncate the files to a length within UDF1.02 standard, e.g. use a script to automate this, do it intelligently, i.e. append an incrementing an index number to the file if the same filename exists from a previous truncation. Remembering to ensure that appending the index number still keeps the overall file length within the standard. This is a possible solution but I would have to be aware of files that reference other files e.g. html, the references within files would be broken if the filename is truncated.
Use a later UDF standard. Not favourite as UDF1.02 is most broadly compatible, lowest common denominator
There is a beyond compare thread that discusses use of regex within the tool but the thread has not been concluded to provide a solution that definitely works yet:
http://www.scootersoftware.com/vbulletin/showthread.php?p=29639Use MindGems Fast Duplicate File Finder to compare 2 folders and set the config so that one of the folders is excluded from having its duplicates automarked, this means that the other folder can have its duplicates marked (and removed) leaving just the files not in the first folder: http://www.mindgems.com/products/Fast-Duplicate-File-Finder/Fast-Duplicate-File-Finder-FAQ.htm#EXCLUDE_FOLDER_FROM_AUTOMARK
EDIT - new: Turn off unicode in UDF if only ascii needed. This doubles the available characters so truncation situations will be reduced or eliminated. unicode off is still a valid option for the UDF standard, including UDF1.02, apparently: http://forum.imgburn.com/index.php?showtopic=17822&st=0&p=131270&#entry131270
add a comment |
There are four five possible solutions:
Truncate the files to a length within UDF1.02 standard, e.g. use a script to automate this, do it intelligently, i.e. append an incrementing an index number to the file if the same filename exists from a previous truncation. Remembering to ensure that appending the index number still keeps the overall file length within the standard. This is a possible solution but I would have to be aware of files that reference other files e.g. html, the references within files would be broken if the filename is truncated.
Use a later UDF standard. Not favourite as UDF1.02 is most broadly compatible, lowest common denominator
There is a beyond compare thread that discusses use of regex within the tool but the thread has not been concluded to provide a solution that definitely works yet:
http://www.scootersoftware.com/vbulletin/showthread.php?p=29639Use MindGems Fast Duplicate File Finder to compare 2 folders and set the config so that one of the folders is excluded from having its duplicates automarked, this means that the other folder can have its duplicates marked (and removed) leaving just the files not in the first folder: http://www.mindgems.com/products/Fast-Duplicate-File-Finder/Fast-Duplicate-File-Finder-FAQ.htm#EXCLUDE_FOLDER_FROM_AUTOMARK
EDIT - new: Turn off unicode in UDF if only ascii needed. This doubles the available characters so truncation situations will be reduced or eliminated. unicode off is still a valid option for the UDF standard, including UDF1.02, apparently: http://forum.imgburn.com/index.php?showtopic=17822&st=0&p=131270&#entry131270
add a comment |
There are four five possible solutions:
Truncate the files to a length within UDF1.02 standard, e.g. use a script to automate this, do it intelligently, i.e. append an incrementing an index number to the file if the same filename exists from a previous truncation. Remembering to ensure that appending the index number still keeps the overall file length within the standard. This is a possible solution but I would have to be aware of files that reference other files e.g. html, the references within files would be broken if the filename is truncated.
Use a later UDF standard. Not favourite as UDF1.02 is most broadly compatible, lowest common denominator
There is a beyond compare thread that discusses use of regex within the tool but the thread has not been concluded to provide a solution that definitely works yet:
http://www.scootersoftware.com/vbulletin/showthread.php?p=29639Use MindGems Fast Duplicate File Finder to compare 2 folders and set the config so that one of the folders is excluded from having its duplicates automarked, this means that the other folder can have its duplicates marked (and removed) leaving just the files not in the first folder: http://www.mindgems.com/products/Fast-Duplicate-File-Finder/Fast-Duplicate-File-Finder-FAQ.htm#EXCLUDE_FOLDER_FROM_AUTOMARK
EDIT - new: Turn off unicode in UDF if only ascii needed. This doubles the available characters so truncation situations will be reduced or eliminated. unicode off is still a valid option for the UDF standard, including UDF1.02, apparently: http://forum.imgburn.com/index.php?showtopic=17822&st=0&p=131270&#entry131270
There are four five possible solutions:
Truncate the files to a length within UDF1.02 standard, e.g. use a script to automate this, do it intelligently, i.e. append an incrementing an index number to the file if the same filename exists from a previous truncation. Remembering to ensure that appending the index number still keeps the overall file length within the standard. This is a possible solution but I would have to be aware of files that reference other files e.g. html, the references within files would be broken if the filename is truncated.
Use a later UDF standard. Not favourite as UDF1.02 is most broadly compatible, lowest common denominator
There is a beyond compare thread that discusses use of regex within the tool but the thread has not been concluded to provide a solution that definitely works yet:
http://www.scootersoftware.com/vbulletin/showthread.php?p=29639Use MindGems Fast Duplicate File Finder to compare 2 folders and set the config so that one of the folders is excluded from having its duplicates automarked, this means that the other folder can have its duplicates marked (and removed) leaving just the files not in the first folder: http://www.mindgems.com/products/Fast-Duplicate-File-Finder/Fast-Duplicate-File-Finder-FAQ.htm#EXCLUDE_FOLDER_FROM_AUTOMARK
EDIT - new: Turn off unicode in UDF if only ascii needed. This doubles the available characters so truncation situations will be reduced or eliminated. unicode off is still a valid option for the UDF standard, including UDF1.02, apparently: http://forum.imgburn.com/index.php?showtopic=17822&st=0&p=131270&#entry131270
edited May 8 '11 at 23:01
answered May 3 '11 at 17:59
therobyouknowtherobyouknow
2,221134782
2,221134782
add a comment |
add a comment |
Go to Session -> Session Settings (select the tab Misc) and set the Alignment Override pattern according to your requirement.
left side
leftunmatchname
Right side
rightunmatchname
Example of comparing file with partially matching name:
add a comment |
Go to Session -> Session Settings (select the tab Misc) and set the Alignment Override pattern according to your requirement.
left side
leftunmatchname
Right side
rightunmatchname
Example of comparing file with partially matching name:
add a comment |
Go to Session -> Session Settings (select the tab Misc) and set the Alignment Override pattern according to your requirement.
left side
leftunmatchname
Right side
rightunmatchname
Example of comparing file with partially matching name:
Go to Session -> Session Settings (select the tab Misc) and set the Alignment Override pattern according to your requirement.
left side
leftunmatchname
Right side
rightunmatchname
Example of comparing file with partially matching name:
edited Dec 29 '18 at 12:01
Pierre.Vriens
1,24561218
1,24561218
answered Dec 29 '18 at 11:36
Anubhav JainAnubhav Jain
12
12
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f278402%2fhow-to-compare-files-with-partially-matching-file-names-tools-software%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown