Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

eudoxia0/which

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

which

Build Status Coverage Status

The which UNIX command in Common Lisp.

Usage

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.

About

The which command in Common Lisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published