6
printfコマンドとの混乱?
echoコマンドを使用せずに、1つの印刷コマンドで次の3行を印刷する必要があります。そこで、printfコマンドを選択しました。次の3行です。 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