哪个命令会将 example.txt 的完整内容写入标准输出?
example.txt
head -2 example.txt
cat example.txt
tail -1 example.txt
> example.txt