Shell脚本:找不到命令

时间:2015-06-29 12:42:04

标签: bash shell cygwin line-endings

我正在编写一个文件脚本,该文件一旦运行就会更改文件的权限。我一直在Cygwin终端上得到这些错误:

$ chmx.bash
/home/user/scripts/chmx.bash: line 2: $'\r': command not found
/home/user/scripts/chmx.bash: line 4: $'\r': command not found
chmod: cannot access ‘chmxtext.txt\r\r’: No such file or directory

这是我的剧本:

#!/bin/bash

fileName="chmxtext.txt"
chmod a+rwx "$fileName"

0 个答案:

没有答案