CompTIA Exam Questions

Which commands will print line numbers before each line in a file?

Which commands will print line numbers before each line in a file?
(Select TWO)

A.
cat -n

B.
numline

C.
nl

D.
ln

Explanation:
cat [option] filename
(-n or -b) Display the line number before each line
numline command does not exist
ln creates links between files