@opindex --directory
List just the names of directories, as with other types of files, rather
than listing their contents.
+@c The following sentence is the same as the one for -F.
+Do not follow symbolic links listed on the
+command line unless the @option{--dereference-command-line} (@option{-H})
+or @option{--dereference} (@option{-L}) options are specified.
@item -H
@itemx --dereference-command-line
for regular files that are executable, append @samp{*}. The file type
indicators are @samp{/} for directories, @samp{@@} for symbolic links,
@samp{|} for FIFOs, @samp{=} for sockets, and nothing for regular files.
+@c The following sentence is the same as the one for -d.
+Do not follow symbolic links listed on the
+command line unless the @option{--dereference-command-line} (@option{-H})
+or @option{--dereference} (@option{-L}) options are specified.
@item --indicator-style=@var{word}
@opindex --indicator-style
To print the non-directory part of the file name stored in
@code{$fname}, which need not contain a @code{/}.
@example
-expr $fname : '.*/\(^.*\)' '^|' $fname
+expr $fname : '.*/\(.*\)' '|' $fname
@end example
An example showing that @code{\+} is an operator: