generated at
echoコマンド
複数の引数を取り、各引数を表示する
bash
# 2つの引数を取っている。同じ出力になる echo hello world echo hello world
空白を含めるときはクォーテーションで囲う
echo "hello world"