[BACK]Return to find.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / find

Diff for /src/usr.bin/find/find.1 between version 1.24 and 1.25

version 1.24, 1999/12/04 22:42:31 version 1.25, 2000/03/06 03:15:59
Line 68 
Line 68 
 returned for each symbolic link encountered on the command line to be  returned for each symbolic link encountered on the command line to be
 those of the file referenced by the link, not the link itself.  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  If the referenced file does not exist, the file information and type will
 be for the link itself.  File information of all symbolic links not on  be for the link itself.
   File information of all symbolic links not on
 the command line is that of the link itself.  the command line is that of the link itself.
 .It Fl d  .It Fl d
 Causes  Causes
Line 139 
Line 140 
 minutes.  minutes.
 .It Ic -anewer Ar file  .It Ic -anewer Ar file
 True if the current file has a more recent last access time than  True if the current file has a more recent last access time than
 .Ar file  .  .Ar file .
 .It Ic -atime Ar n  .It Ic -atime Ar n
 True if the difference between the file last access time and the time  True if the difference between the file last access time and the time
 .Nm  .Nm
Line 155 
Line 156 
 minutes.  minutes.
 .It Ic -cnewer Ar file  .It Ic -cnewer Ar file
 True if the current file has a more recent last change time than  True if the current file has a more recent last change time than
 .Ar file  .  .Ar file .
 .It Ic -ctime Ar n  .It Ic -ctime Ar n
 True if the difference between the time of last change of file status  True if the difference between the time of last change of file status
 information and the time  information and the time
Line 186 
Line 187 
 primary with the exception that  primary with the exception that
 .Ar utility  .Ar utility
 will be executed from the directory that holds  will be executed from the directory that holds
 the current file.  The filename substituted for  the current file.
 the string  The filename substituted for the string
 .Qq {}  .Qq {}
 is not qualified.  is not qualified.
 .It Ic -follow  .It Ic -follow
Line 206 
Line 207 
 mounted read-only.  mounted read-only.
 .It Ic -group Ar gname  .It Ic -group Ar gname
 True if the file belongs to the group  True if the file belongs to the group
 .Ar gname  .  .Ar gname .
 If  If
 .Ar gname  .Ar gname
 is numeric and there is no such group name, then  is numeric and there is no such group name, then
Line 214 
Line 215 
 is treated as a group ID.  is treated as a group ID.
 .It Ic -inum Ar n  .It Ic -inum Ar n
 True if the file has inode number  True if the file has inode number
 .Ar n  .  .Ar n .
 .It Ic -links Ar n  .It Ic -links Ar n
 True if the file has  True if the file has
 .Ar n  .Ar n
Line 251 
Line 252 
 24-hour periods.  24-hour periods.
 .It Ic -name Ar pattern  .It Ic -name Ar pattern
 True if the last component of the pathname being examined matches  True if the last component of the pathname being examined matches
 .Ar pattern  .  .Ar pattern .
 Special shell pattern matching characters  Special shell pattern matching characters
 .Pf ( Ql [ ,  .Pf ( Ql [ ,
 .Ql \&] ,  .Ql \&] ,
Line 259 
Line 260 
 and  and
 .Ql ? )  .Ql ? )
 may be used as part of  may be used as part of
 .Ar pattern  .  .Ar pattern .
 These characters may be matched explicitly by escaping them with a  These characters may be matched explicitly by escaping them with a
 backslash  backslash
 .Pq Ql \e .  .Pq Ql \e .
 .It Ic -newer Ar file  .It Ic -newer Ar file
 True if the current file has a more recent last modification time than  True if the current file has a more recent last modification time than
 .Ar file  .  .Ar file .
 .It Ic -nouser  .It Ic -nouser
 True if the file belongs to an unknown user.  True if the file belongs to an unknown user.
 .It Ic -nogroup  .It Ic -nogroup
Line 287 
Line 288 
 expression is false.  expression is false.
 .It Ic -path Ar pattern  .It Ic -path Ar pattern
 True if the pathname being examined matches  True if the pathname being examined matches
 .Ar pattern  .  .Ar pattern .
 Special shell pattern matching characters  Special shell pattern matching characters
 .Pf ( Ql [ ,  .Pf ( Ql [ ,
 .Ql \&] ,  .Ql \&] ,
Line 295 
Line 296 
 and  and
 .Ql ? )  .Ql ? )
 may be used as part of  may be used as part of
 .Ar pattern  .  .Ar pattern .
 These characters may be matched explicitly by escaping them with a  These characters may be matched explicitly by escaping them with a
 backslash  backslash
 .Pq Ql \e .  .Pq Ql \e .
Line 311 
Line 312 
 The  The
 .Ar mode  .Ar mode
 may be either symbolic (see  may be either symbolic (see
 .Xr chmod  1  )  .Xr chmod 1 )
 or an octal number.  or an octal number.
 If the mode is symbolic, a starting value of zero is assumed and the  If the mode is symbolic, a starting value of zero is assumed and the
 mode sets or clears permissions without regard to the process's file mode  mode sets or clears permissions without regard to the process's file mode
Line 368 
Line 369 
 option was specified.  option was specified.
 .It Ic -size Ar n Ns Op Cm c  .It Ic -size Ar n Ns Op Cm c
 True if the file's size, rounded up, in 512-byte blocks is  True if the file's size, rounded up, in 512-byte blocks is
 .Ar n  .  .Ar n .
 If  If
 .Ar n  .Ar n
 is followed by a  is followed by a
Line 403 
Line 404 
 .Pp  .Pp
 .It Ic -user Ar uname  .It Ic -user Ar uname
 True if the file belongs to the user  True if the file belongs to the user
 .Ar uname  .  .Ar uname .
 If  If
 .Ar uname  .Ar uname
 is numeric and there is no such user name, then  is numeric and there is no such user name, then
Line 601 
Line 602 
 .Fl W  .Fl W
 option is probably not the most elegant way to handle whiteouts. It may  option is probably not the most elegant way to handle whiteouts. It may
 be replaced by a more sophisticated algorithm eventually.  be replaced by a more sophisticated algorithm eventually.
   .Sh HISTORY
   A
   .Nm
   command appeared in
   .At v1 .

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25