使用Notepad++将windows格式转为linux 的unix

问题描述
在Windows操作过的sh文件,在Linux下运行会报错:bash: $’r’: command not found
解决
1.windows下用Notepad++打开文件,看右下角,双击"Windows",改成"Unix"
2.Linux下用dos2unix来进行文件转换
3.Linux下使用vim打开文件,然后使用命令:set ff=unix,保存文件

你可能感兴趣的:(linux,unix,linux,windows)