X

Linux Shell Debug mode 開啟

Linux 常會需要寫 Shell script,但是遇到問題 Debug 還蠻麻煩的,要怎麼開啟 Debug mode (trace mode)

可以使用 -x 來協助 Debug

  • /bin/sh -x # xtrace
  • /bin/bash -x # Print commands and their arguments as they are executed.
Tsung: 對新奇的事物都很有興趣, 喜歡簡單的東西, 過簡單的生活.
Related Post