llcc -- Command

List directory's contents in columnar format
llcc [ -11aabbccddffpp ] [ _d_i_r_e_c_t_o_r_y ...]

llcc lists the names of the files in each _d_i_r_e_c_t_o_r_y, or the current directory
if  no _d_i_r_e_c_t_o_r_y  is  named.  The  files  are categorized  by type  (files,
directories, and so on) and listed in columns within each category.

The following options modify the output.

-11 List only one file name per line (do not print in columns).

-aa List all file names, including `.' and `..'.

-bb List block-special files only.

-cc List character-special files only.

-dd List directories only.

-ff List regular files only.

-pp List pipe files only.

_S_e_e _A_l_s_o
ccoommmmaannddss, llss

_N_o_t_e_s
llcc -llff is useful for producing a list of regular files.  For example,

    cp `lc -lf` mydir

copies all regular files to directory mmyyddiirr.
