McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Master of Computer Applications (MCA)
→
Linux Programming
→
Unit 3
→
Which of the following command lists the...
Q.
Which of the following command lists the last 10 lines of a file?
A.
grep
B.
tail
C.
head
D.
cat
Answer» B. tail
2.5k
0
Do you find this helpful?
13
View all MCQs in
Linux Programming
Discussion
No comments yet
Login to comment
Related MCQs
Which command is used to select those lines where the data lies between 7000 and 7999 at the end of the line of file empl.lit.
Which command is used to select those lines that begin with a 2 in the tre file empl.1st?
Which command runs the shell built-in command ‘command’ with the given argument?
What command is used to count the total number of lines, words, and characters contained in a file?
What command is used to count just the number of lines contained in a file?
What command is used to sort the lines of data in a file in reverse order?
A user executes the following command successfully: $ chmod +x file1.txt Which of the following is true of the output of this command?
Which of the following commands is used to count just the number of lines contained in a file?
Which of the following commands is used to view the file 24 lines at a time?
Which command executes ‘command’ in place of the current process instead of creating a new process?