PACKAGE NAME: which-2.20-x86_64-1.txz PACKAGE LOCATION: ./a PACKAGE SIZE (compressed): 28 K PACKAGE SIZE (uncompressed): 90 K PACKAGE MD5: 3168adc41c3f14957eb6a6809480faa0 ./a/which-2.20-x86_64-1.txz PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: which: which (shows the full path to shell commands) which: which: GNU 'which' takes one or more arguments. For each of its arguments it which: prints to stdout the full path of the executables that would have been which: executed when this argument had been entered at the shell prompt. It which: does this by searching for an executable or script in the directories which: listed in the environment variable PATH using the same algorithm as which: bash(1). 'Which' is a built-in function in many shells. which: which: The GNU version of which was written by Carlo Wood. which: