Linux下面如何運行.sh文件

命令行下面: 1.chmod 空格"+x" 空格 你的sh文件名 (+x是一個總體,不要拆開) 2.輸入"./你的sh文件名" 便可執行 舉例: 1 chmod +x helloworld.sh 2 ./helloworld.sh
相關文章
相關標籤/搜索