Changeset 1725
- Timestamp:
- 11/03/08 21:50:46 (2 months ago)
- Files:
-
- 1 modified
-
cobra/trunk/Supplements/le.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Supplements/le.cobra
r1724 r1725 1 1 #!/usr/bin/env cobra 2 """ 3 le.cobra 4 5 "line endings" - Report the line endings of text files as 'dos', 'unix', 'both' or '?'. 6 7 Skips binary files and reports files with unknown extensions. 8 9 Also, can convert to dos or unix line endings. 10 11 This is a console/command-line utility. 12 13 Run with -h for usage help. 14 """ 2 15 3 16 use System.Text.RegularExpressions
