example.txt の内容全体を標準出力に書き出すコマンドはどれですか?
example.txt
> example.txt
head -2 example.txt
tail -1 example.txt
cat example.txt