Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the which Reference Manual, version 0.1, generated automatically by Declt version 3.0 "Montgomery Scott" on Tue Dec 22 15:29:28 2020 GMT+0.
• Introduction | What which is all about | |
• Systems | The systems documentation | |
• Modules | The modules documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Definitions | The symbols documentation | |
• Indexes | Concepts, functions, variables and data types |
The which UNIX command in Common 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
Copyright (c) 2016 Fernando Borretti
Licensed under the MIT License.
Next: Modules, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The which system |
Fernando Borretti <eudoxiahp@gmail.com>
Fernando Borretti <eudoxiahp@gmail.com>
(:git "git@github.com:eudoxia0/which.git")
MIT
The which UNIX command in Common Lisp.
# 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
which.asd (file)
src (module)
Modules are listed depth-first from the system components tree.
• The which/src module |
which (system)
src/
which.lisp (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
• The which.asd file | ||
• The which/src/which.lisp file |
Next: The which/src/which․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
which.asd
which (system)
Previous: The which․asd file, Up: Lisp files [Contents][Index]
src (module)
src/which.lisp
which (function)
directory-files (function)
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The which package |
A clone of the UNIX which command.
which.lisp (file)
common-lisp
which (function)
directory-files (function)
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions | ||
• Internal definitions |
Next: Internal definitions, Previous: Definitions, Up: Definitions [Contents][Index]
• Exported functions |
Previous: Exported definitions, Up: Exported definitions [Contents][Index]
Return the absolute pathname to the executable name (a string), if any, otherwise return NIL.
which.lisp (file)
Previous: Exported definitions, Up: Definitions [Contents][Index]
• Internal functions |
Previous: Internal definitions, Up: Internal definitions [Contents][Index]
which.lisp (file)
Previous: Definitions, Up: Top [Contents][Index]
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | F L M W |
---|
Jump to: | F L M W |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | D F W |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
D | |||
directory-files : | Internal functions | ||
| |||
F | |||
Function, directory-files : | Internal functions | ||
Function, which : | Exported functions | ||
| |||
W | |||
which : | Exported functions | ||
|
Jump to: | D F W |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | P S W |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
P | |||
Package, which : | The which package | ||
| |||
S | |||
System, which : | The which system | ||
| |||
W | |||
which : | The which system | ||
which : | The which package | ||
|
Jump to: | P S W |
---|