Unix - Study Mode
[#286] -b option is used with cmp command to print the differing bytes in both files.
Correct Answer
(A) True
[#287] Which command is used for moving the cursor to the line extreme?
Correct Answer
(A) |, 0
[#288] Both 'p' and 'P' command puts text right/left or above/below on the basis of line deleted.
Correct Answer
(A) True
[#289] The printf function uses . . . . . . . . for string data and . . . . . . . . for numeric.
Correct Answer
(C) %s, %d
[#290] What does the following command do? $ vi file001
Correct Answer
(D) open file if it exists else creates a new file