用Python实现换行符转换的脚本的教程
很简单的一个东西,在'\n'、'\r\n'、'\r'3中换行符之间进行转换。
用法
usage:eol_convert.py[-h][-r][-m{u,p,w,m,d}][-k][-f] filename[filename...]
ConvertLineEnding
positionalarguments: filename filenames
optionalarguments: -h,--help showthishelpmessageandexit -r walkthroughdirectory -m{u,p,w,m,d} modeofthelineending -k keepoutputfiledate -f forceconversionofbinaryfiles