Bash 将多个命令重定向到同一文件

示例

{
  echo "contents of home directory"
  ls ~
} > output.txt