set -x 명령 프롬프트에서 더하기 기호를 바꿉니다.

set -x 명령 프롬프트에서 더하기 기호를 바꿉니다.

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 ``+ ''.

관련 정보