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:50 UTC

cvs commit: cocoon-site/src/documentation/content/xdocs/community committer.xml

crossley    2003/12/03 17:03:50

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