Which of the following commands will display the output of a file while also displaying a line number at the left side of each line for the /etc/passwd file?
a. numbers /etc/passwd
b. wc -l /etc/passwd
c. nl /etc/passwd
d. ln /etc/passwd