Because you used sh , not bash , then echo command in sh doesn't have option -e . From sh manpage: echo [-n] args... Print the arguments on the standard ...
確定! 回上一頁