[Prev][Next][Index][Thread]

Re: mkimage.sh (CVS 20000904) problem



This might help you out ...

FIND(1)                 FreeBSD General Commands Manual                FIND(1)

NAME
     find - walk a file hierarchy

SYNOPSIS
     find [-H | -L | -P] [-Xdx] [-f file] [file ...] expression

DESCRIPTION
     Find recursively descends the directory tree for each file listed, evalu-
     ating an expression (composed of the ``primaries'' and ``operands'' list-
     ed below) in terms of each file in the tree.

     The options are as follows:

     -L      The -L option causes the file information and file type (see
             stat(2)) returned for each symbolic link to be those of the file
             referenced by the link, not the link itself.  If the referenced
             file does not exist, the file information and type will be for
             the link itself.

Lbs

----------------------------------------
Leigh B. Stoller
University of Utah - Flux Research Group
http://www.cs.utah.edu/~stoller
----------------------------------------

References: