Print this page
9842 man page typos and spelling

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 ↓ 460 lines elided ↑ open up ↑
 461  461  
 462  462  
 463  463  
 464  464         They both write out the entire directory hierarchy from the current
 465  465         directory.
 466  466  
 467  467  
 468  468         Example 2 Removing Files
 469  469  
 470  470  
 471      -       The following comand removes all files in your home directory named
      471 +       The following command removes all files in your home directory named
 472  472         a.out or *.o that have not been accessed for a week:
 473  473  
 474  474  
 475  475           example% find $HOME \( -name a.out -o -name '*.o' \) \
 476  476                  -atime +7 -exec rm {} \;
 477  477  
 478  478  
 479  479  
 480  480         Example 3 Printing All File Names But Skipping SCCS Directories
 481  481  
↓ open down ↓ 202 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX