Odielib

Help: which
Login
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com or submit via the online form
by Aug 20.

The "which" command:

Usage: fossil which [-a] NAME ...

For each NAME mentioned as an argument, print the first location on the on PATH of the executable with that name. Or, show all locations on PATH for each argument if the -a option is used.

This command is a substitute for the unix "which" command, which is not always available, especially on Windows.