2023年03月14日 Linux下换行符的转换 在Windows下使用文本编辑器写好了一段脚本,拷贝到Linux下运行这个脚本,出现如下报错: /bin/bash^M: bad interpreter: No such file or directory line 2: $'\r': command not found 这... Read more 折腾