Help: which

Not logged in
Tcl 2015 Conference, Manassas/VA, US, Oct 19-23
Send your abstracts to tclconference@googlegroups.com by Aug 24.

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.