echo 명령을 사용하지 않고 하나의 인쇄 명령으로 다음 세 줄을 인쇄해야합니다. printf 명령을 선택했습니다. 세 줄은 다음과 같습니다.
Different characters can be represented and supported
in the print command, for example:
x-y, X+Y, –, +, <, >, %, $, #, &.
내가 지금까지 한 일은 :
printf "
Different characters can be represented and supported
in the print command, for example:
x-y, X+Y, –, +, <, >, %, $, #, &.
"
그러나 세 번째 줄 ','에 대한 bash 오류가 발생했습니다.
누구나 나를 깨우칠 것입니다.
print명령 명령에는 차이가printf있습니다.