[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.30 and 1.31

version 1.30, 2000/11/10 05:10:26 version 1.31, 2001/03/14 22:08:33
Line 492 
Line 492 
 .Bl -tag -width findx  .Bl -tag -width findx
 .It Li "find  /  \e!  -name  \*q*.c\*q  -print"  .It Li "find  /  \e!  -name  \*q*.c\*q  -print"
 Print out a list of all the files whose names do not end in  Print out a list of all the files whose names do not end in
 .Dq .c .  .Dq \&.c .
 .It Li "find  /  -newer  ttt  -user  wnj  -print"  .It Li "find  /  -newer  ttt  -user  wnj  -print"
 Print out a list of all the files owned by user  Print out a list of all the files owned by user
 .Dq wnj  .Dq wnj

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31