This is the which Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 08:05:48 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
which
The 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
[![Build Status](https://travis-ci.org/eudoxia0/which.svg?branch=master)](https://travis-ci.org/eudoxia0/which)
[![Coverage Status](https://coveralls.io/repos/github/eudoxia0/which/badge.svg?branch=master)](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.lisp
src
(module).
which
(function).
directory-files
(function).
Packages are listed by definition order.
which
A 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 |
---|