- May
- 13,584
- 201
FFIND shows this.
Two of those files are hard links to the other two.
The anomaly is that my ES plugin and the Everything GUI show 3 of them! Why not 2 or 4?
The question is what syntax is needed to get EVERYTHING to show any of them? With the above syntax, EVERYTHING finds nothing.
Code:
v:\> ffind /a: /s /b c:\show_third_party_software_licenses.bat
C:\Program Files (x86)\Microsoft\Edge\Application\123.0.2420.97\show_third_party_software_licenses.bat
C:\Program Files (x86)\Microsoft\EdgeCore\123.0.2420.65\show_third_party_software_licenses.bat
C:\Program Files (x86)\Microsoft\EdgeCore\123.0.2420.97\show_third_party_software_licenses.bat
C:\Program Files (x86)\Microsoft\EdgeWebView\Application\123.0.2420.65\show_third_party_software_licenses.bat
Two of those files are hard links to the other two.
Code:
v:\> do f in /p ffind /a: /s /b c:\show_third_party_software_licenses.bat (echo %@inode["%f"])
00110000:000EAE11
002A0000:00082772
00110000:000EAE11
002A0000:00082772
The anomaly is that my ES plugin and the Everything GUI show 3 of them! Why not 2 or 4?
Code:
v:\> es /p c:\*show_third_party_software_licenses.bat
C:\Program Files (x86)\Microsoft\EdgeCore\123.0.2420.65\show_third_party_software_licenses.bat
C:\Program Files (x86)\Microsoft\EdgeCore\123.0.2420.97\show_third_party_software_licenses.bat
C:\Program Files (x86)\Microsoft\EdgeWebView\Application\123.0.2420.65\show_third_party_software_licenses.bat
The question is what syntax is needed to get EVERYTHING to show any of them? With the above syntax, EVERYTHING finds nothing.
Code:
v:\> everything /p c:\*show_third_party_software_licenses.bat
v:\>