You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2003/12/04 02:03:57 UTC

cvs commit: cocoon-site/site/community committer.html

crossley    2003/12/03 17:03:57

  Modified:    site/community committer.html
  Log:
  Constrain the grep for "text" to words.
  
  Revision  Changes    Path
  1.3       +1 -1      cocoon-site/site/community/committer.html
  
  Index: committer.html
  ===================================================================
  RCS file: /home/cvs/cocoon-site/site/community/committer.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- committer.html	23 Nov 2003 04:11:57 -0000	1.2
  +++ committer.html	4 Dec 2003 01:03:57 -0000	1.3
  @@ -278,7 +278,7 @@
           There seem to be many images and jar archives that contain
           carriage-returns, so to list only the plain-text files:
           <span class="codefrag">find . -type f | xargs grep -l '^M' |
  -        xargs file | grep -i text | cut -f1 -d:</span>
  +        xargs file | grep -i -w text | cut -f1 -d:</span>
         
   </p>
   </div>