Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
type "lsof" >/dev/null 2>&1 && echo is || echo is not
which lsof > /dev/null && echo is || echo is not
man ksh said:[tt]whence [ -pv ] name ...
For each name, indicate how it would be interpreted if
used as a command name.
whence accepts the following options:
-v
Produce a more verbose report.
-p
Do a path search for name even if name is an alias, a
function, or a reserved word.[/tt]
sorry - not recognizedThe thread title clearly say that the OP uses ksh.