Which command is most suitable for displaying the complete contents of a short file named notes.txt?
notes.txt
tail -f notes.txt
tail notes.txt
cat notes.txt
head notes.txt