Next: Customization Hooks for Users, Previous: Metaobject Protocol, Up: Beyond the ANSI Standard
The UNIX command line can be read from the variable sb-ext:*posix-argv*. The UNIX environment can be queried with the sb-ext:posix-getenv function.
sb-ext:*posix-argv*
sb-ext:posix-getenv
Return the "value" part of the environment string "name=value" which corresponds to name, or nil if there is none.
name
nil