Unix - Study Mode
[#651] Which option is used with sort command to sort multiple files collectively?
Correct Answer
(A) -m
[#652] Which files will be displayed by the following command: cat *file*
Correct Answer
(B) all files with filename containing 'file'
[#653] Which of the following symbol is used for matching the immediately preceding character?
Correct Answer
(A) *
[#654] Which of the following is not a system defined variable?
Correct Answer
(D) $cd
[#655] Which one of the following option is used for OR operation in test command?
Correct Answer
(A) -o