我运行sed在Windows上做了一些替换,我注意到它会自动将行尾转换为Unix(\ n)。是否有选项告诉sed使用Windows行尾(\ r \ n)甚至更好地保留文件中的行尾?
注意:我使用来自unxutils的sed:http ://unxutils.sourceforge.net/
LC_ALL=C perl -i -e 'binmode $STDIN;undef $/;$_=<>;s|http://911coned.com|https://911coned.com|gm;print' education.html
git diff
程序中发现了一个错误。