Which command will display the last line of the file foo.txt?
A.
tail foo.txt
B.
last -n 1 foo.txt
C.
tail -n 1 foo.txt
D.
head -n 1 foo.txt
Which command will display the last line of the file foo.txt?
Which command will display the last line of the file foo.txt?
A.
tail foo.txt
B.
last -n 1 foo.txt
C.
tail -n 1 foo.txt
D.
head -n 1 foo.txt