bash スクリプト メモ

シェルスクリプト メモ のうち, bash のものをこちらに書いていきます

環境はすべて mac です

標準出力をまとめる

{
  command1
  command2
} > output.txt