linux和windows下的换行符不同,linux使用/n换行,windows使用/r/n来表示换行,windows的文本文件直接拿到linux中使用会报错,因为多了/r字符。
可以通过dos2unix工具来将windows下写的文件转换成unix格式。
ubuntu可以从http://cn.archive.ubuntu.com/ubuntu/pool/universe/d/dos2unix/dos2unix_6.0.4-1_amd64.deb下载dos2unix工具。
linux和windows下的换行符不同,linux使用/n换行,windows使用/r/n来表示换行,windows的文本文件直接拿到linux中使用会报错,因为多了/r字符。
可以通过dos2unix工具来将windows下写的文件转换成unix格式。
ubuntu可以从http://cn.archive.ubuntu.com/ubuntu/pool/universe/d/dos2unix/dos2unix_6.0.4-1_amd64.deb下载dos2unix工具。