Using the cat command in UNIX, a file can be displayed with the line number of each line preceding the line.
Here is an example of displaying the file filename with line numbers:
cat -n filename
Here is an example of displaying the file filename with line numbers:
cat -n filename