6
สับสนกับคำสั่ง printf หรือไม่?
ฉันต้องพิมพ์สามบรรทัดต่อไปนี้ในหนึ่งคำสั่งพิมพ์โดยไม่ต้องใช้คำสั่ง 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, –, +, <, >, …
13
command-line
bash