./
pp_dos2unix.pro
top source pp_dos2unix
pp_dos2unix, file, inverse=inverse
pro pp_dos2unix,file,inv=inv Similar to the console application dos2unix, converts the newlines of a text file between CR+LF (Windows) and LF (Linux). file is a string with the file name, which gets overwritten If inverse is set, writes the file with CR+LF instead of just LF Written by Paulo Penteado (pp.penteado@gmail.com), Aug/2009
Parameters
- file
Keywords
- inverse
Statistics
Lines: | 25 lines |
McCabe complexity: | 1 |
File attributes
Modification date: | Thu Jan 31 16:29:45 2013 |
Lines: | 25 |