example.txt의 전체 내용을 표준 출력으로 출력하는 명령은 무엇인가요?
example.txt
tail -1 example.txt
cat example.txt
head -2 example.txt
> example.txt