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