You need to edit the function to add and remove tracing, eg:- FuncName() { set -x ;# Enable tracing on entry ... (function code) ... set +x ...
確定! 回上一頁