Which command will print line numbers before each line in a file?
A.
ln
B.
nl
C.
cat -n
D.
numline
Which command will print line numbers before each line in a file?
Which command will print line numbers before each line in a file?
A.
ln
B.
nl
C.
cat -n
D.
numline
nl and cat -n is doing the same thing. Why onle nl is a correct answer?
it says “which command”…