shell腳本

vim script.sh #!/bin/bash echo hello world 第一種執行方式 sh script.sh        ##會自動忽略#!/bin/bash 第二中執行方式 chmod 775 script.sh script.sh vim /etc/vimrc 在最後添加以下內容 autocmd BufNewFile *.sh,*.script exec ":call We
相關文章
相關標籤/搜索