美文网首页
2020-01-31$'\r': command not fou

2020-01-31$'\r': command not fou

作者: 狐说_7b51 | 来源:发表于2020-01-31 10:32 被阅读0次

    linux下执行脚本时出现$'\r': command not found

    这个文件是在Windows下编辑的,那么Windows下换行符是\r\n,unix下是\n, 所以就多了个r

    vim 文件 然后执行:set fileformat=unix,然后:wq,在次执行脚本报错消失

    相关文章

      网友评论

          本文标题:2020-01-31$'\r': command not fou

          本文链接:https://www.haomeiwen.com/subject/eaqgthtx.html