Which command writes the complete contents of example.txt to standard output?
example.txt
head -2 example.txt
cat example.txt
> example.txt
tail -1 example.txt