A while ago, I needed the file information of wsl.exe on one of my Windows systems.
On Linux, I would do something like file `which bash`
where file
will give the file details and which
gets you the full path to bash
.
The file
equivalent on Windows for me is [Wayback/Archive] Sigcheck
– Windows Sysinternals | Microsoft Docs, which is part of [Wayback/Archive] File and Disk Utilities – Windows Sysinternals | Microsoft Docs.
The which
equivalent on Windows for me isĀ [Wayback/Archive] where
| Microsoft Docs.