參考學習網(wǎng)站http://www.runoob.com/linux/linux-shell.html
set指令
set [+-abCde...]
- -e 若指令傳回值不等于零,則立即退出shell
- -x 執(zhí)行指令后,會先顯示該指令及所下的參數(shù)
- +<參數(shù)> 取消某個set曾啟動的參數(shù)
參考學習網(wǎng)站http://www.runoob.com/linux/linux-shell.html
set指令
set [+-abCde...]