LC(1)
NAME
lc − list files in columns
SYNOPSIS
lc [ -df ] [ -c columns ] [ file... ]
DESCRIPTION
Lc lists in columns the contents of each file that is a directory. If there is more than file and neither the -d or -f options are given, then the output for each directory will be indented, and preceded by the directory’s name. After the listings for each directory, the rest of the files are listed. If either the -d or -f options are given, directory headings are omitted and each file is shown in full (with its containing directory); -d causes directories to be listed; -f causes files to be listed. Columns is an integer specifying the number of character widths into which lc’s output is formatted (default 65).
SOURCE
/appl/cmd/lc.b
SEE ALSO
BUGS
Lc assumes a fixed-width font.