[Exclude from "inner" type]
- Posts: 2
- Joined: 27 Nov 2023
Hi, Is it possible to make an exclusion filter according to the true type of the file. Example: I have an executable by compiling a source file of type Mach-O 64-bit executable arm64 which has the same name (on another machine that I want to synchronize) but of type Mach-O 64-bit executable x86_64. I just want the copy of the folder but excluding the executable from different CPU. Maybe a filter with the "file" command ?
-
- Posts: 4866
- Joined: 11 Jun 2019
I would run a compare, right-click the executable in the list of results, and then exclude from there. It will fill out with the correct syntax
- Posts: 2
- Joined: 27 Nov 2023
Thank you for your answer, I know this method but that's not what I want/need because the name of the executable can change (and the extension can be different or no extension like hello for linux, hello for mac x86 and hello for apple silicon)