[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.96 and 1.97

version 1.96, 2018/12/06 17:45:14 version 1.97, 2019/08/23 12:48:14
Line 581 
Line 581 
 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 -o -name \e*.gif \e) -exec rm {} \e;"  .Dl "$ find . \e( -name \e*.jpg -o -name \e*.gif \e) -exec rm {} +"
 or  or
 .Dl "$ find . \e( -name \e*.jpg -o -name \e*.gif \e) -print0 | xargs -0r rm"  .Dl "$ find . \e( -name \e*.jpg -o -name \e*.gif \e) -delete"
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr chflags 1 ,  .Xr chflags 1 ,
 .Xr chmod 1 ,  .Xr chmod 1 ,

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97