Which (command)
Command in various operating systems From Wikipedia, the free encyclopedia
In computing, which
is a command for various operating systems used to identify the location of executables. The command is available in Unix and Unix-like systems, the AROS shell,[3] for FreeDOS[4] and for Microsoft Windows.[1] The functionality of the which command is similar to some implementations of the type command. POSIX specifies a command named command that also covers this functionality.[5]
![]() Example usage of which command to show various commands' executable paths | |
Developer(s) | Carlo Wood, Daniel Papasian, Trane Francks |
---|---|
Repository | GNU: git |
Operating system | Unix, Unix-like, Microsoft Windows, FreeBSD, FreeDOS, AROS Research Operating System[1] |
Type | Command |
License | coreutils: GNU GPL v3, BusyBox: BSD, FreeDOS: GNU GPLv2, AROS: AROS Public License (APL) Version 1.1 (based on the MPL)[2] |
Website | GNU: gnu |
Implementations
Summarize
Perspective
Unix, Unix-like, Multics
The command takes one or more arguments; for each of these arguments, it prints the full path of the executable to stdout that would have been executed if this argument had been entered into the shell. It does this by searching for an executable or script in the directories listed in the environment variable PATH. The which command is part of most Unix-like computers. It is also part of the C Shell.[5]
A which command first appeared in 3BSD.[6]
Carlo Wood developed the GNU implementation used in most Linux-based operating systems.[7]
On FreeBSD, the which utility was originally written in Perl by Wolfram Schneider. The current version of which was rewritten by Daniel Papasian using the C programming language.[8]
Multics uses the command where
abbreviated as wh
.
Microsoft Windows, MS-DOS, FreeDOS
The command is available as a separate package for Microsoft Windows as part of the GnuWin32 project[1] and the UnxUtils collection of native Win32 ports of common GNU Unix-like utilities.[9] Windows also includes the similar where.exe
command.
The same functionality is available in MS-DOS, but not Windows, as the built-in TRUENAME command.
In PowerShell, the functionality is provided by the Get-Command Cmdlet.[10]
AmigaOS compatible
The command is used to find and print the location of a specific program.[12]
Inputs:
- FILE – Specifies the command to search for
- NORES – Resident programs are not included in the search
- RES – Only resident programs are considered
- ALL – Will find all locations of the FILE, which may cause the printing of the same location several times
References
External links
Wikiwand - on
Seamless Wikipedia browsing. On steroids.