-
-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
Describe the bug
When I start a recursive file search using /... -x
I never find something.
To Reproduce
File search in the current directory works fine:
12 boost_system-vc141-mt-x64-1_66.dll 40 Office2007Aqua.dll
13 boost_thread-vc141-mt-x64-1_66.dll 41 Office2007Black.dll
14 CxImageMfcDll.dll 42 Office2007Blue.dll
15 IIPCommon.dll 43 Office2007Silver.dll
16 IIPComponentsModule.dll 44 Office2010.dll
17 IIPDataManager.dll 45 OpcUaClientModule.dll
18 IIPDesigner.exe 46 SciLexer.dll
19 IIPHost.dll 47 Scintilla.dll
20 IIPLicenseModule.dll 48 ssleay32.dll
21 IIPLoggerModule.dll 49 TcpPersistenceModule.dll
22 IIPReleaseNotes.txt 50 ToolkitPro1501.dll
23 IIPSecurityModule.dll 51 uastack.dll
24 IIPSelectorModule.dll 52 UserDoc.chm
25 IIPSystemModule.dll 53 VCCommon.dll
26 IIPWebGuiModule.dll 54 Windows7.dll
27 IIPWinService.exe 55 xerces-c.dll
28 Infra3DataTypesModule.dll
------------------------------------------------------------------------------------------------------
[1] 09:53 tm:DES-TM-003 /d/work/Binaries/Als21/OpcuaConnector/17.16.0/x64/Bin
<0> $ /*.dll
4 Als21OpcuaConnectorModule.dll 5 Als21ValidatorModule.dll
6 BinaryPersistenceModule.dll 14 CxImageMfcDll.dll
15 IIPCommon.dll 16 IIPComponentsModule.dll
17 IIPDataManager.dll 19 IIPHost.dll
20 IIPLicenseModule.dll 21 IIPLoggerModule.dll
23 IIPSecurityModule.dll 24 IIPSelectorModule.dll
25 IIPSystemModule.dll 26 IIPWebGuiModule.dll
28 Infra3DataTypesModule.dll 29 Infra3I3NetServerModule.dll
30 Infra3I3NetWebServiceV10.dll 31 Infra3I3NetWebServiceV20.dll
39 Office2007.dll 40 Office2007Aqua.dll
41 Office2007Black.dll 42 Office2007Blue.dll
43 Office2007Silver.dll 44 Office2010.dll
45 OpcUaClientModule.dll 46 SciLexer.dll
47 Scintilla.dll 49 TcpPersistenceModule.dll
50 ToolkitPro1501.dll 53 VCCommon.dll
54 Windows7.dll 7 boost_atomic-vc141-mt-x64-1_66.dll
8 boost_chrono-vc141-mt-x64-1_66.dll 9 boost_date_time-vc141-mt-x64-1_66.dll
10 boost_filesystem-vc141-mt-x64-1_66.dll 11 boost_regex-vc141-mt-x64-1_66.dll
12 boost_system-vc141-mt-x64-1_66.dll 13 boost_thread-vc141-mt-x64-1_66.dll
32 libcrypto-1_1-x64.dll 33 libeay32.dll
34 libiconv.dll 35 libssl-1_1-x64.dll
36 libxl.dll 37 libxml2.dll
38 mfc140u.dll 48 ssleay32.dll
51 uastack.dll 55 xerces-c.dll
-> Matches found: 48
[1] 09:53 tm:DES-TM-003 /d/work/Binaries/Als21/OpcuaConnector/17.16.0/x64/Bin
<0> $
When I now add a -x
to the same command it does nothing anymore:
1 VCCommon/1 29 Infra3I3NetServerModule.dll
2 WebControls/2 30 Infra3I3NetWebServiceV10.dll
3 WebRoot/7 31 Infra3I3NetWebServiceV20.dll
4 Als21OpcuaConnectorModule.dll 32 libcrypto-1_1-x64.dll
5 Als21ValidatorModule.dll 33 libeay32.dll
6 BinaryPersistenceModule.dll 34 libiconv.dll
7 boost_atomic-vc141-mt-x64-1_66.dll 35 libssl-1_1-x64.dll
8 boost_chrono-vc141-mt-x64-1_66.dll 36 libxl.dll
9 boost_date_time-vc141-mt-x64-1_66.dll 37 libxml2.dll
10 boost_filesystem-vc141-mt-x64-1_66.dll 38 mfc140u.dll
11 boost_regex-vc141-mt-x64-1_66.dll 39 Office2007.dll
12 boost_system-vc141-mt-x64-1_66.dll 40 Office2007Aqua.dll
13 boost_thread-vc141-mt-x64-1_66.dll 41 Office2007Black.dll
14 CxImageMfcDll.dll 42 Office2007Blue.dll
15 IIPCommon.dll 43 Office2007Silver.dll
16 IIPComponentsModule.dll 44 Office2010.dll
17 IIPDataManager.dll 45 OpcUaClientModule.dll
18 IIPDesigner.exe 46 SciLexer.dll
19 IIPHost.dll 47 Scintilla.dll
20 IIPLicenseModule.dll 48 ssleay32.dll
21 IIPLoggerModule.dll 49 TcpPersistenceModule.dll
22 IIPReleaseNotes.txt 50 ToolkitPro1501.dll
23 IIPSecurityModule.dll 51 uastack.dll
24 IIPSelectorModule.dll 52 UserDoc.chm
25 IIPSystemModule.dll 53 VCCommon.dll
26 IIPWebGuiModule.dll 54 Windows7.dll
27 IIPWinService.exe 55 xerces-c.dll
28 Infra3DataTypesModule.dll
------------------------------------------------------------------------------------------------------
[1] 09:55 tm:DES-TM-003 /d/work/Binaries/Als21/OpcuaConnector/17.16.0/x64/Bin
<0> $ /*.dll -x
[1] 09:55 tm:DES-TM-003 /d/work/Binaries/Als21/OpcuaConnector/17.16.0/x64/Bin
<0> $
It seems that it doesn't even start any search. I can do what I want, I never get a result this way.
Expected behavior
In my example I would expect that it shows the same files as above plus some more files from the sub directories.
Desktop
- OS: Windows 11 Pro
- Terminal: mintty
- CliFM version: 1.15.2
- Installation source: Git from yesterday
The application has been compiled on MinGW using gcc 13.2.0.
Additional context
This is specific for Windows. On my Linux machine it works as expected.
SearchStrategy is 0 in my case, but it doesn't depend on that.