UNIXView a File with Line NumbersBy Quinn McHenry - 0796FacebookXPinterestWhatsApp 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