|
lesskey(1) -- specify key bindings for less
|
Lesskey is used to specify a set of key bindings to be used by less. The input file is a text file which describes the key bindings, If the input file is "-", standard input is read. If no input fil... |
lex(1) -- fast lexical analyzer generator
|
flex is a tool for generating scanners: programs which recognize lexical patterns in text. flex reads the given input files, or its standard input if no file names are given, for a description of a sc... |
|
lex++(1) -- fast lexical analyzer generator
|
flex is a tool for generating scanners: programs which recognize lexical patterns in text. flex reads the given input files, or its standard input if no file names are given, for a description of a sc... |
limit(1) -- shell builtin commands
|
Shell builtin commands are commands that can be executed within the running shell's process. Note that, in the case of csh(1) builtin commands, the command is executed in a subshell if it occurs as a... |
limits(1) -- set or display process resource limits
|
The limits utility either prints or sets kernel resource limits, and may optionally set environment variables like env(1) and run a program with the selected resources. Three uses of the limits utilit... |
link(1) -- make links
|
The ln utility creates a new directory entry (linked file) which has the same modes as the original file. It is useful for maintaining multiple copies of a file in many places at once without using up... |
lint(1) -- a C program verifier
|
The lint utility attempts to detect features of the named C program files that are likely to be bugs, to be non-portable, or to be wasteful. It also performs stricter type checking than does the C com... |
lkbib(1) -- search bibliographic databases
|
lkbib searches bibliographic databases for references that contain the keys key... and prints any references found on the standard output. lkbib will search any databases given by -p options, and then... |
ln(1) -- make links
|
The ln utility creates a new directory entry (linked file) which has the same modes as the original file. It is useful for maintaining multiple copies of a file in many places at once without using up... |
loadfont(1) -- pcvt utility for loading fonts into VGA/EGA boards
|
The loadfont utility is used to load fonts needed for proper operation of the pcvt VT220 driver on EGA and VGA boards into the font ram of this boards. The options are as follows: -c Specifies the slo... |
locale(1) -- get locale-specific information
|
The locale utility is supposed to provide most locale specific information to the standard output. When locale is invoked without arguments, it will print out a summary of the current locale environme... |
locate(1) -- find filenames quickly
|
The locate program searches a database for all pathnames which match the specified pattern. The database is recomputed periodically (usually weekly or daily), and contains the pathnames of all files w... |
lock(1) -- reserve a terminal
|
The lock utility requests a password from the user, reads it again for verification and then will normally not relinquish the terminal until the password is repeated. There are two other conditions un... |
lockf(1) -- execute a command while holding a file lock
|
The lockf utility acquires an exclusive lock on a file, creating it if necessary. While holding the lock, it executes a command with optional arguments. After the command completes, lockf releases the... |
log(1) -- shell builtin commands
|
Shell builtin commands are commands that can be executed within the running shell's process. Note that, in the case of csh(1) builtin commands, the command is executed in a subshell if it occurs as a... |