sbatch: error: Batch script contains DOS line breaks (\r\n)解決 在使用学校HPC集群时,发现win10写的batch任务报错,用dos2unix可解决。 bugs与解决 这个问题是由于unix和dos的空行格式有区别,用代码转换一下就可以了。 报错如下: sbatch: error: Batch script contains DOS line breaks (\r\n) sbatch: error: instead of expected UNIX line breaks (\n). 输入dos2unix即可: dos2unix yourfilename