Unix - Study Mode
[#631] Which option is used with cmp command to limit the number of bytes to be compared?
Correct Answer
(A) -n
[#632] Which option is used when we've to sort files containing only numbers?
Correct Answer
(A) -n
[#633] For splitting a line or expression into fields, . . . . . . . . is used.
Correct Answer
(C) split
[#634] -o operator represents the OR condition.
Correct Answer
(A) True
[#635] What will the result when we evaluate this statement? $ directory=’pwd’=`pwd`
Correct Answer
(A) output of pwd command along with string pwd=