Unix - Study Mode
[#1106] Which option is used with cmp command to display a detailed list of mismatches?
Correct Answer
(D) -l
[#1107] To recover from a crash, we can use . . . . . . . . command.
Correct Answer
(D) :recover and -r
[#1108] To check whether the file has actually been stored in the default order, we can use . . . . . . . . option.
Correct Answer
(D) -c
[#1109] Which of the following symbols are used for searching a pattern in vi?
Correct Answer
(D) / and ?
[#1110] Which of the following pattern is used for extracting a substring using expr?
Correct Answer
(B) (. .)