other:wincli
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
other:wincli [2025/09/15 16:48] – Added more technical content jypeter | other:wincli [2025/09/18 11:35] (current) – Added which/where.exe jypeter | ||
---|---|---|---|
Line 39: | Line 39: | ||
* Linux example: | * Linux example: | ||
* Windows example: | * Windows example: | ||
+ | |||
+ | ===== which ⇔ where.exe ===== | ||
+ | |||
+ | * What: display the path of a command (look for a result in the predefined search path) | ||
+ | * Note: on Windows, also look for files with the extensions specified in the '' | ||
+ | * '' | ||
+ | .COM; | ||
+ | * Powershell:< | ||
+ | .COM; | ||
+ | * Linux search path:< | ||
+ | / | ||
+ | * Windows search path: | ||
+ | * '' | ||
+ | * Powershell: '' | ||
+ | * Documentation: | ||
+ | * Linux example:< | ||
+ | which: shell built-in command. | ||
+ | |||
+ | (base) >which \which | ||
+ | / | ||
+ | |||
+ | (base) >which conda | ||
+ | conda: | ||
+ | * Windows example:< | ||
+ | C: | ||
+ | |||
+ | (base) PS C:\> where.exe conda | ||
+ | C: | ||
+ | C: | ||
+ | C: | ||
/* standard page footer */ | /* standard page footer */ |
other/wincli.txt · Last modified: by jypeter