set -x
スクリプト内で使用して、実行時に行を出力します。
そこにコメントを追加したいので、:
何もしないコマンドを使用します
: :::: comment here
見た目は問題ありませんが、各行の前に:
が付くのではなく、他の行にも が付くと見栄えが良くなります。+
プラス記号を変更するにはどうすればよいですか?
答え1
シェル変数を設定できますPS4
。man bash
PS4 The value of this parameter is expanded as with PS1 and the value is printed before each command bash displays during an execution trace. The first character of PS4 is replicated mul‐ tiple times, as necessary, to indicate multiple levels of indi‐ rection. The default is ``+ ''.