set -x debug shell scripts set -o ignoreeof 一定要用exit離開shell,本來按Ctrl-D(eof)也可以 set -o noclobber 關掉I/O導向不準overwrite檔案
確定! 回上一頁