mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 02:40:49 +00:00
326 B
326 B
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
--help: Display help message and exit--version: Print version
Examples
$ which ls
/bin/ls