Which command displays an entire text file with line numbers?
cat file
head -n1 file
diff file
cat -n file