[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.79 and 1.80

version 1.79, 2010/09/19 23:48:58 version 1.80, 2010/09/20 07:03:10
Line 527 
Line 527 
 Find and remove all *.jpg and *.gif files under the current working  Find and remove all *.jpg and *.gif files under the current working
 directory:  directory:
 .Pp  .Pp
 .Dl "$ find . \e( -name \e*.jpg -or -name \e*.gif \e) -exec rm {} \e;  .Dl "$ find . \e( -name \e*.jpg -or -name \e*.gif \e) -exec rm {} \e;"
 or  or
 .Dl "$ find . \e( -name \e*.jpg -or -name \e*.gif \e) -print0 | xargs -0r rm"  .Dl "$ find . \e( -name \e*.jpg -or -name \e*.gif \e) -print0 | xargs -0r rm"
 .Sh SEE ALSO  .Sh SEE ALSO

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80