|
ksh(1) -- Korn shell
|
The Korn shell carries out commands either interactively from a terminal keyboard or from a file. The Korn shell is backward compatible with the Bourne shell (invoked with the sh command) and contains... |
ktutil(1) -- Manages entries in service key table file
|
The ktutil command manages entries in service key table files. Note that the service key table file is owned by root, so you must log on as root to access it. All options other than the -l option atte... |
ladebug(1) -- Invokes the Ladebug debugger
|
The Ladebug debugger is a symbolic source code debugger that debugs programs compiled by the DEC C, ACC, DEC C++, DEC Ada, DEC COBOL, DEC Fortran 90, and DEC Fortran 77 compilers. For full source-leve... |
lbxproxy(1X) -- Low BandWidth X proxy
|
Applications that would like to take advantage of the Low Bandwidth extension to X (LBX) must make their connections to an lbxproxy. These applications need to know nothing about LBX, they simply conn... |
ld(1) -- link editor
|
The ld command invokes the Tru64 UNIX link editor ("linker") which links extended COFF object files. The ld command combines several object files into one, performs relocation, resolves external sym... |
ldd(1) -- List dynamic dependencies of executable files or shared objects
|
The ldd command lists the dynamic dependencies of an executable file or shared object: If filename is an executable file, ldd lists the pathnames of all shared objects that would be loaded as a result... |
learn(1) -- Provides computer-aided instruction for the C shell
|
To get started, enter learn; if this is the first time that you are invoking the learn command, you are guided through a series of questions to determine what type of instruction you want to receive. ... |
leave(1) -- Reminds you when to leave
|
The leave command waits until the specified time, then reminds you to leave. You are reminded 5 minutes and 1 minute before the actual time, at the time, and every minute thereafter. When you log out,... |
lex(1) -- Generates programs for lexical tasks
|
The lex command uses the rules and actions contained in file to generate a program, lex.yy.c, which can be compiled with the cc command. That program can then receive input, break the input into the l... |
line(1) -- Reads one line from standard input
|
The line command copies one line, up to and including a newline, from standard input and writes it to standard output. Use this command within a shell command file to read from your terminal. The line... |
link(1) -- Creates an additional directory entry for an existing file
|
The link command performs the link() system call to create an additional directory entry for an existing file, file1. In effect, the underlying file then has two names, file1 and file2 (either of thes... |
lint(1) -- a C program checker
|
The lint program checker attempts to detect features of the C program files that are likely to be bugs, nonportable, or wasteful. It also checks type usage more strictly than the compilers. Among the ... |
listres(1X) -- list resources in widgets
|
The listres program generates a list of a widget's resource database. The class in which each resource is first defined, the instance and class name, and the type of each resource is listed. If no sp... |