5 kx # HOW TO EDIT THIS FILE:
5 kx # The "handy ruler" below makes it easier to edit a package description. Line
5 kx # up the first '|' above the ':' following the base package name, and the '|'
5 kx # on the right side marks the last column you can put a character in. You must
5 kx # make exactly 11 lines for the formatting to be correct. It's also
5 kx # customary to leave one space after the ':'.
5 kx
5 kx |-----handy-ruler------------------------------------------------------|
5 kx which: which @VERSION@ (shows the full path to shell commands)
5 kx which:
5 kx which: GNU 'which' takes one or more arguments. For each of its arguments
5 kx which: it prints to stdout the full path of the executables that would
5 kx which: have been executed when this argument had been entered at the shell
5 kx which: prompt. It does this by searching for an executable or script in the
5 kx which: directories listed in the environment variable PATH using the same
5 kx which: algorithm as bash(1). 'Which' is a built-in function in many shells.
5 kx which:
5 kx which: The GNU version of which was written by Carlo Wood.
5 kx which: