- CL-IPC - CL-IPC is an UFFI wrapper to do Unix IPC
- cl-launch - cl-launch is a unix utility to make your Lisp software easily invokable from the shell command-line
- cl-sipc - Unix domain socket message passing for IPC in Common Lisp
- cl-unix-cybernetics - UNIX system administration in Common Lisp
- CLISP-Shell - A description of how to make CLISP work as a Unix shell.
- CLTIO - CLTIO is a UFFI binding to the Unix termio library for raw serial/terminal I/O
- com.informatimago.common-lisp.interactive - informatimago interactive is a collection of Unix-like file browsing commands, and REPL-management tools
- COM.INFORMATIMAGO.SUSV3 - SUSV3 is an interface to the Single Unix Specification version 3 API
- Cygwin - Cygwin is a UNIX environment for Windows
- Darwin - The open source part of MacOS X
- detachtty - detachtty is a Unix utility that lets you run interactive programs (such as Lisp) non-interactively
- FreeBSD - FreeBSD ("the other free operating system") is an advanced operating system for x86, ARM, PowerPC and RISC V
- inferior-shell - Inferior-shell is a library to control external programs, and write CL code instead of shell scripts
- KDE - KDE is a powerful Open Source graphical desktop environment for Unix workstations
- Lisp as a shell - See CLISP-Shell locally or the
- NetBSD - NetBSD is a free, secure, and highly portable UNIX-like operating system
- org-davep-newsrc - org-davep-newsrc is a Common Lisp library that provides a couple of classes for reading a Unix Usenet newsrc file
- Osicat - Operating system interface library mainly for Unix
- RESOURCE-UTILIZATION - RESOURCE-UTILIZATION gathers and displays resource utilization statistics from Linux's /proc interface
- rootkit - The root package implements a convenient security backdoor for Unix with CMUCL:
- screen - GNU Screen is a Unix utility that permits running multiple interactive windows
- shelisp - Shelisp provides mechanisms for composing and running Unix shell (particularly bash) commands and constructs from Common Lisp
- Solaris - Sun's Unix platform, based on UNIX System V
- swank-daemon - swank-daemon is a set of unix bash scripts to daemonize swank (of SLIME project) using GNU screen at system startup
- trivial-raw-io - trivial-raw-io provides access to raw serial/terminal I/O (termios) under Unix
- Unix in Lisp - Mount Unix system into Common Lisp image
- Unix shell scripting - This is a guide for writing Unix shell scripts in various Common Lisp implementations
- unix-options - unix-options is a library for processing Unix-style command-line arguments
- vcs-tree - vcs-tree is a shell utility that walks through a directory tree and performs actions on Version Control System managed directories
- wcp-termcap - wcp-termcap is a library to parse Unix termcap (terminal capability) files
- which - The which UNIX command in Common Lisp
You can make your .lisp files directly executable on Unix with CLISP, ECL, GCL, or SBCL. See the Unix shell scripting page for more information. See also wrapper script instructions in case you are using CMUCL.