前言exec > >(tee -a ) 2>&1 命令
Operating System: Ubuntu 22.04.4 LTS
介绍这个命令是一个 Bash 的重定向组合,用于将脚本的标准输出(stdout)和标
2025-04-27