This is the which Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 07:05:11 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
whichThe which UNIX command in Common Lisp.
Fernando Borretti <eudoxiahp@gmail.com>
Fernando Borretti <eudoxiahp@gmail.com>
(GIT git@github.com:eudoxia0/which.git)
MIT
# which
[](https://travis-ci.org/eudoxia0/which)
[](https://coveralls.io/github/eudoxia0/which?branch=master)
The which UNIX command in Common Lisp.
# Usage
“‘lisp
CL-USER> (ql:quickload :which)
To load "which":
Load 1 ASDF system:
which
; Loading "which"
[package which]
(:WHICH)
CL-USER> (which:which "bash")
#P"/bin/bash"
CL-USER> (which:which "qooblooxbar")
NIL
“‘
# License
Copyright (c) 2016 Fernando Borretti
Licensed under the MIT License.
0.1
path-parse (system).
cl-fad (system).
uiop (system).
src (module).
Modules are listed depth-first from the system components tree.
Files are sorted by type and then listed depth-first from the systems components trees.
which/src/which.lispsrc (module).
which (function).
directory-files (function).
Packages are listed by definition order.
whichA clone of the UNIX which command.
common-lisp.
which (function).
directory-files (function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Return the absolute pathname to the executable name (a string), if any, otherwise return NIL.
| Jump to: | D F W |
|---|
| Index Entry | Section | ||
|---|---|---|---|
| | |||
| D | |||
directory-files: | Private ordinary functions | ||
| | |||
| F | |||
Function, directory-files: | Private ordinary functions | ||
Function, which: | Public ordinary functions | ||
| | |||
| W | |||
which: | Public ordinary functions | ||
| | |||
| Jump to: | D F W |
|---|
| Jump to: | F M P S W |
|---|
| Jump to: | F M P S W |
|---|