Print this page
12328 FNMPERIOD makes little sense for find -path

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/find.1.man.txt
          +++ new/usr/src/man/man1/find.1.man.txt
↓ open down ↓ 288 lines elided ↑ open up ↑
 289  289  
 290  290  
 291  291         -ok command
 292  292                          Like -exec, except that the generated command line is
 293  293                          printed with a question mark first, and is executed
 294  294                          only if the response is affirmative.
 295  295  
 296  296  
 297  297         -path
 298  298                          Like -name, but matches the entire file path and not
 299      -                        just basename.
      299 +                        just basename, and without any special treatment of
      300 +                        leading periods.
 300  301  
 301  302  
 302  303         -perm [-]mode
 303  304                          The mode argument is used to represent file mode bits.
 304  305                          It is identical in format to the symbolic mode
 305  306                          operand, symbolic_mode_list, described in chmod(1),
 306  307                          and is interpreted as follows. To start, a template is
 307  308                          assumed with all file mode bits cleared. An op symbol
 308  309                          of:
 309  310  
↓ open down ↓ 363 lines elided ↑ open up ↑
 673  674         file-system hierarchy that is under the control of other users. In
 674  675         particular, when using -exec, symbolic links can lead the find command
 675  676         out of the hierarchy in which it started. Using -type is not sufficient
 676  677         to restrict the type of files on which the -exec command operates,
 677  678         because there is an inherent race condition between the type-check
 678  679         performed by the find command and the time the executed command
 679  680         operates on the file argument.
 680  681  
 681  682  
 682  683  
 683      -                               September 5, 2011                       FIND(1)
      684 +                               February 20, 2020                       FIND(1)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX