为什么要echo a > file1 > file2创建两个文件但只写入file2?(file1是空的.)
echo a > file1 > file2
file2
file1
bash
bash ×1