windows系统执行Linux命令
安装 cygwin64 应用程序, 改程序模拟了执行linux命令的环境
注:对于某些非内置的命令  需要特殊按照对于的命令程序
Shell脚本在cygwin下运行报错: $'\r': command not found
解决: 将sh脚本文件进行格式转换  执行: sed -i 's/\r$//' shell脚本文件 (转化为unix格式)

results matching ""

    No results matching ""