[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.57 and 1.58

version 1.57, 2006/10/05 07:52:30 version 1.58, 2006/10/10 10:17:36
Line 512 
Line 512 
 .Pp  .Pp
 .Dl "$ find / \e! \e( -newer ttt -user wnj \e) -print"  .Dl "$ find / \e! \e( -newer ttt -user wnj \e) -print"
 .Pp  .Pp
 Print out a list of all the files that are either owned by  Find and remove all *.jpg files in the current working directory:
 .Dq wnj  
 or  
 that are newer than  
 .Dq ttt :  
 .Pp  .Pp
 .Dl "$ find / \e( -newer ttt -or -user wnj \e) -print"  .Dl "$ find . -name \e*\e.jpg -exec rm {} \e;"
 .Pp  .Pp
 Print out a list of all core files on local file systems:  Print out a list of all core files on local file systems:
 .Pp  .Pp

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58