In Beyond Compare, how can I exclude file names with special characters?
In a Beyond Compare using a Folder Compare, I wish to exclude files that contain special characters. In particular I have files named Iconr, Icon with a carriage return as the last character of the file name.
In Session Settings, Name Filters, I can not find a way to describe this file name in the "Exclude files:" list.
If I dump the characters for the filename, I can see it has a carriage return appended in the name:
bash-3.2$ mdls Icon*
kMDItemFSContentChangeDate = 2018-12-14 17:56:48 +0000
kMDItemFSCreationDate = 2018-12-14 17:56:48 +0000
kMDItemFSCreatorCode = ""
kMDItemFSFinderFlags = 16384
kMDItemFSHasCustomIcon = 0
kMDItemFSInvisible = 1
kMDItemFSIsExtensionHidden = 0
kMDItemFSIsStationery = 0
kMDItemFSLabel = 0
kMDItemFSName = "Icon "
kMDItemFSNodeCount = 363549
kMDItemFSOwnerGroupID = 20
kMDItemFSOwnerUserID = 501
kMDItemFSSize = 363549
kMDItemFSTypeCode = ""
bash-3.2$ ls -1 | egrep Icon | od -c
0000000 I c o n r n
0000006
bash-3.2$ ls Icon*
Icon?
bash-3.2$
I have tried various representations "Icon ", "Iconr" and would prefer to not use "Icon*", ie anything starting with Icon, which may exclude other files starting with Icon.
mac beyondcompare
add a comment |
In a Beyond Compare using a Folder Compare, I wish to exclude files that contain special characters. In particular I have files named Iconr, Icon with a carriage return as the last character of the file name.
In Session Settings, Name Filters, I can not find a way to describe this file name in the "Exclude files:" list.
If I dump the characters for the filename, I can see it has a carriage return appended in the name:
bash-3.2$ mdls Icon*
kMDItemFSContentChangeDate = 2018-12-14 17:56:48 +0000
kMDItemFSCreationDate = 2018-12-14 17:56:48 +0000
kMDItemFSCreatorCode = ""
kMDItemFSFinderFlags = 16384
kMDItemFSHasCustomIcon = 0
kMDItemFSInvisible = 1
kMDItemFSIsExtensionHidden = 0
kMDItemFSIsStationery = 0
kMDItemFSLabel = 0
kMDItemFSName = "Icon "
kMDItemFSNodeCount = 363549
kMDItemFSOwnerGroupID = 20
kMDItemFSOwnerUserID = 501
kMDItemFSSize = 363549
kMDItemFSTypeCode = ""
bash-3.2$ ls -1 | egrep Icon | od -c
0000000 I c o n r n
0000006
bash-3.2$ ls Icon*
Icon?
bash-3.2$
I have tried various representations "Icon ", "Iconr" and would prefer to not use "Icon*", ie anything starting with Icon, which may exclude other files starting with Icon.
mac beyondcompare
Try to right-click such a filename and use the “exclude” preference.
– harrymc
Dec 31 '18 at 20:20
Tried that. It did not work.
– edt11x
Jan 1 at 4:42
add a comment |
In a Beyond Compare using a Folder Compare, I wish to exclude files that contain special characters. In particular I have files named Iconr, Icon with a carriage return as the last character of the file name.
In Session Settings, Name Filters, I can not find a way to describe this file name in the "Exclude files:" list.
If I dump the characters for the filename, I can see it has a carriage return appended in the name:
bash-3.2$ mdls Icon*
kMDItemFSContentChangeDate = 2018-12-14 17:56:48 +0000
kMDItemFSCreationDate = 2018-12-14 17:56:48 +0000
kMDItemFSCreatorCode = ""
kMDItemFSFinderFlags = 16384
kMDItemFSHasCustomIcon = 0
kMDItemFSInvisible = 1
kMDItemFSIsExtensionHidden = 0
kMDItemFSIsStationery = 0
kMDItemFSLabel = 0
kMDItemFSName = "Icon "
kMDItemFSNodeCount = 363549
kMDItemFSOwnerGroupID = 20
kMDItemFSOwnerUserID = 501
kMDItemFSSize = 363549
kMDItemFSTypeCode = ""
bash-3.2$ ls -1 | egrep Icon | od -c
0000000 I c o n r n
0000006
bash-3.2$ ls Icon*
Icon?
bash-3.2$
I have tried various representations "Icon ", "Iconr" and would prefer to not use "Icon*", ie anything starting with Icon, which may exclude other files starting with Icon.
mac beyondcompare
In a Beyond Compare using a Folder Compare, I wish to exclude files that contain special characters. In particular I have files named Iconr, Icon with a carriage return as the last character of the file name.
In Session Settings, Name Filters, I can not find a way to describe this file name in the "Exclude files:" list.
If I dump the characters for the filename, I can see it has a carriage return appended in the name:
bash-3.2$ mdls Icon*
kMDItemFSContentChangeDate = 2018-12-14 17:56:48 +0000
kMDItemFSCreationDate = 2018-12-14 17:56:48 +0000
kMDItemFSCreatorCode = ""
kMDItemFSFinderFlags = 16384
kMDItemFSHasCustomIcon = 0
kMDItemFSInvisible = 1
kMDItemFSIsExtensionHidden = 0
kMDItemFSIsStationery = 0
kMDItemFSLabel = 0
kMDItemFSName = "Icon "
kMDItemFSNodeCount = 363549
kMDItemFSOwnerGroupID = 20
kMDItemFSOwnerUserID = 501
kMDItemFSSize = 363549
kMDItemFSTypeCode = ""
bash-3.2$ ls -1 | egrep Icon | od -c
0000000 I c o n r n
0000006
bash-3.2$ ls Icon*
Icon?
bash-3.2$
I have tried various representations "Icon ", "Iconr" and would prefer to not use "Icon*", ie anything starting with Icon, which may exclude other files starting with Icon.
mac beyondcompare
mac beyondcompare
asked Dec 31 '18 at 20:05
edt11xedt11x
84
84
Try to right-click such a filename and use the “exclude” preference.
– harrymc
Dec 31 '18 at 20:20
Tried that. It did not work.
– edt11x
Jan 1 at 4:42
add a comment |
Try to right-click such a filename and use the “exclude” preference.
– harrymc
Dec 31 '18 at 20:20
Tried that. It did not work.
– edt11x
Jan 1 at 4:42
Try to right-click such a filename and use the “exclude” preference.
– harrymc
Dec 31 '18 at 20:20
Try to right-click such a filename and use the “exclude” preference.
– harrymc
Dec 31 '18 at 20:20
Tried that. It did not work.
– edt11x
Jan 1 at 4:42
Tried that. It did not work.
– edt11x
Jan 1 at 4:42
add a comment |
1 Answer
1
active
oldest
votes
Beyond Compare's filename filters don't support matching on carriage return or line feed. Filename filters use the wildcard ? to match on any single character. Try using the filename filter "Icon?" or "Icon??".
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%2f1389372%2fin-beyond-compare-how-can-i-exclude-file-names-with-special-characters%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Beyond Compare's filename filters don't support matching on carriage return or line feed. Filename filters use the wildcard ? to match on any single character. Try using the filename filter "Icon?" or "Icon??".
add a comment |
Beyond Compare's filename filters don't support matching on carriage return or line feed. Filename filters use the wildcard ? to match on any single character. Try using the filename filter "Icon?" or "Icon??".
add a comment |
Beyond Compare's filename filters don't support matching on carriage return or line feed. Filename filters use the wildcard ? to match on any single character. Try using the filename filter "Icon?" or "Icon??".
Beyond Compare's filename filters don't support matching on carriage return or line feed. Filename filters use the wildcard ? to match on any single character. Try using the filename filter "Icon?" or "Icon??".
answered Jan 2 at 22:35
Chris KennedyChris Kennedy
25613
25613
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%2f1389372%2fin-beyond-compare-how-can-i-exclude-file-names-with-special-characters%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
Try to right-click such a filename and use the “exclude” preference.
– harrymc
Dec 31 '18 at 20:20
Tried that. It did not work.
– edt11x
Jan 1 at 4:42