ubuntu寫一個簡單的shell

1.首先打出 gedit hello.sh    創建一個hello.sh的文件。在文件中輸入如下內容: #!/bin/bash   echo "Hello world!"   保存。 然後在cmd中打出: chmod +x hello.sh   ./hello.sh   完成,覺得有幫助的話,點個贊吧。
相關文章
相關標籤/搜索