crossley 2003/12/10 16:55:30
Modified: src/documentation/content/xdocs/community committer.xml
Log:
Clarify the dos2unix command.
Revision Changes Path
1.4 +3 -2
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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- committer.xml 4 Dec 2003 01:03:50 -0000 1.3
+++ committer.xml 11 Dec 2003 00:55:29 -0000 1.4
@@ -79,9 +79,10 @@
</p>
<p>
- Here is one way to find files that have DOS line-endings:
+ Here is one UNIX way to find all files that have DOS line-endings:
<code>find . -type f | xargs grep -l '^M'</code>
- (to add the ^M use "Ctrl-v Ctrl-m" at the command-line).
+ (To add the ^M use "Ctrl-v Ctrl-m" at the command-line.
+ Note that copy-and-paste will not work.)
</p>
<p>