lclist file system elements in categories |
Command |
lc [-adfn1] [directory ...]
lc is an alternative to the UNIX
ls command. It distinguishes its output
by type -- generally files or directories. device-special files are also shown
separately. lc displays names in columns, sorted
horizontally.
-adisplays all files and directories including those whose names begin
with ".". File and directory names beginning with
. are not usually shown.
-ddisplays directories only.
-fdisplays files only.
-nsuppresses all output. This is useful when you only want to use the exit status.
-1displays one file per line.
0lc successfully found files under the specified
directory and displayed their names.
1contains no files or subdirectories. For example, you
can use the option combination -nd to determine if a
directory has any subdirectories.
2Failure because of an invalid command line option or insufficient memory.
lc cannot identify the type of a file.
Such files are listed under the category **GOK**.
ls