码迷,mamicode.com
首页 > 系统相关 > 详细

shell脚本报错:-bash: xxx: /bin/bash^M: bad interpreter: No such file or directory

时间:2020-01-29 14:32:09      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:-o   set   unix   cal   com   图片   director   文件   for   

shell脚本报错:-bash: xxx: /bin/bash^M: bad interpreter: No such file or directory

  1. 首先用vi命令打开文件 [root@localhost?test]#?vi?shell1.sh???

     #!/bin/bash
     echo $RANDOM |md5sum |cut -c 1-8
  2. 在vi命令模式中使用 :set ff 命令

    可以看到改文件的格式为dos

  3. 修改文件format为unix

    使用vi修改文件format

    命令:set ff=unix

  4. 执行完后再通过set ff命令查看文件格式

    wq保存即可

技术图片

shell脚本报错:-bash: xxx: /bin/bash^M: bad interpreter: No such file or directory

标签:-o   set   unix   cal   com   图片   director   文件   for   

原文地址:https://www.cnblogs.com/renxiuxing/p/12239986.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!