『壹』 shell腳本 如何獲取終端的字元
#!/bin/bashclearecho "提示信息"read variableecho $variable
『貳』 shell腳本如何設置在終端顯示每一條指令
你運行的時候加一個參數:sh -x test.sh