Package Trivial-Shell - internal and external symbols

Part of:

asdf-system tinaa, asdf-system trivial-shell
See only external symbols
Package Trivial-Shell uses the packages Com.Metabang.Trivial-Timeout and Common-Lisp. It is also known as Com.Metabang.Trivial-Shell and Metashell. It has 48 total symbols and 5 external ones.

Variable

*bourne-compatible-shell*

The path to a Bourne compatible command shell in
physical pathname notation.

*os-alist*
*shell-search-paths*

Function

%get-env-var
%os-process-id
%shell-command
directory-pathname-p

Does pathname syntactically represent a directory?

A directory-pathname is a pathname _withou...

get-env-var

Return the value of the environment variable name.

host-os
os-process-id

Return the process-id of the currently executing OS process.

shell-command

Synchronously execute command using a Bourne-compatible shell,
returns (values output error-out...

Generic-Function

close-stream-specifier

Close a stream and handle other bookkeeping as appropriate.

file-to-string-as-lines
make-stream-from-specifier

Create and return a stream from specifier, direction and any other argsuments

Macro

with-gensyms
with-input

Create an input stream from source and bind it to var within the body of the with-input form. The...

with-output

Create an output stream from source and bind it to var within the body of the with-output form. T...

with-stream-from-specifier