服务项目:网站建设、仿站、程序开发、APP开发设计、移动网站开发设计、企业网站设计、电子商务网站开发、网站维护、网站推广、UX/UI 、HTML5、CSS3、JS / Jquery ...
四川浚浚科技有限公司
四川浚浚科技有限公司 (开发设计官网)TEL : 15308000360 / QQ : 38585404

您的位置:首页 > 技术经验 > 服务器 > 正文

Linux下程序报出/bin/bash: No such file or directory
技术支持服务电话:15308000360 【7x24提供运维服务,解决各类系统/软硬件疑难技术问题】

以如下脚本为例,

#!/bin/bash
 
conn='mysql -upitt -p123456 -hhostname --default-character-set=UTF8 database'
 
`$conn -e "select Name from Product1 where Type='Live'"  > a.txt`
`$conn -e "select Name from Product2 where Type='Live'"  >> a.txt`
echo "query end"
echo "start check"
 
`cd /home/user/NameCheck`
`grep '@' a.txt | wc -l > result.txt`
 
使用Notepad++编辑器,
1.Edit菜单栏里选择EOL Conversion侧栏选择UNIX Format
2.Encoding菜单栏里选择Encode in UTF-8 without BOM
这样在Linux下跑不会报出/bin/bash: No such file or directory的错误



上一篇:windows 2003+apache+php不断向外发包解决方法
下一篇:Nginx反向代理的配置

相关热词搜索:linux