echo

説明
文字列を表示する。
[オプション] -e
エスケープを有効にする。
echo -e "\033[31mhoge\033[0m" # hoge (赤色)
[オプション] -n
改行しない。