[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.26 and 1.27

version 1.26, 2000/03/07 21:11:08 version 1.27, 2000/06/07 15:25:30
Line 213 
Line 213 
 is numeric and there is no such group name, then  is numeric and there is no such group name, then
 .Ar gname  .Ar gname
 is treated as a group ID.  is treated as a group ID.
   .It Ic -iname Ar pattern
   True if the last component of the pathname being examined
   matches
   .Ar pattern .
   Case insensitive.
 .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 .
Line 513 
Line 518 
 .Ic -empty ,  .Ic -empty ,
 .Ic -follow ,  .Ic -follow ,
 .Ic -fstype ,  .Ic -fstype ,
   .Ic -iname ,
 .Ic -inum ,  .Ic -inum ,
 .Ic -links ,  .Ic -links ,
 .Ic -ls ,  .Ic -ls ,
Line 524 
Line 530 
 .Ic -print0  .Ic -print0
 are extensions to  are extensions to
 .St -p1003.2 .  .St -p1003.2 .
   The
   .Ic -iname
   option was inspired by GNU find.
 .Pp  .Pp
 Historically, the  Historically, the
 .Fl d ,  .Fl d ,

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27