which(1) - SerenityOS man pages

#Name

which - show the full path of commands

#Synopsis

$ which [options] executable

#Description

which provides the full path location of where an executable is installed.

#Options

#Examples

$ which ls
/bin/ls