Question
a.
5
b.
10
c.
4
d.
20
Posted under UNIX
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. By default, how many lines are displayed using the head command?
Similar Questions
Discover Related MCQs
Q. Which option is used with the head command to specify line count to display?
View solution
Q. ___ command is used for displaying the end of the file.
View solution
Q. We can also use -n option with tail command.
View solution
Q. Which symbol is used with the tail command to print the file from the selected line?
View solution
Q. Which of the following command is incorrect?
View solution
Q. To extract specific columns from a file, ____ command is used.
View solution
Q. The expression cut -c -3 emp.lst will cut columns number _____
View solution
Q. ____ option is used with the cut command for cutting fields.
View solution
Q. What is the default delimiter used by the cut command for cutting fields?
View solution
Q. Which option is used with the cut command for cutting field base on the value of our specified delimiter?
View solution
Q. We have to specify whether we want to cut fields or columns while using cut command.
View solution
Q. The following command will produce an error.
$ cut -d “|” -f 1,4 emp.lst
View solution
Q. Which one of the following commands is incorrect?
View solution
Q. Which command is used for pasting files?
View solution
Q. Whatever we have cut using cut command can be pasted back using paste command but vertically.
View solution
Q. By default, sort command reorders lines in ASCII collating sequence.
View solution
Q. Sort command uses ____ as default field delimiter.
View solution
Q. Which option is used with sort command to specify the field delimiter?
View solution
Q. Which option is used for sorting a file according to primary key?
View solution
Q. The sort order can be reversed using ___ option.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond UNIX? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!