l>

documentation

CLI flags

Command-line options for configuring the l environment, memory, threads, and network settings.

CLI options begin with a single hyphen.

Usage

l [file] [-option [parameters] ...]

With no file, l starts an interactive session.

Command-line options

OptionParametersDescription
-bBlock client write access to the database and file system.
-emodeError-trapping mode (0 off, 1 status, 2 debug).
-lLog updates to the filesystem.
-p[host:]portListening port.
-qQuiet mode: suppress the startup banner and prompt.
-sNSecondary threads for parallel processing.
-tNTimer tick period in milliseconds (0 off).
-UfilePassword file for user authentication.
-wMBMaximum workspace memory, in megabytes.

Examples

Quiet session on port 5001:

l -p 5001 -q

Run a script:

l script.q

Pipe input in:

cat script.q | l -q

Read-only database operations:

l -b