Unix - Study Mode
[#516] How can we skip some initial bytes from both the files to be compared?
Correct Answer
(D) using -i option
[#517] read command is shell's internal tool.
Correct Answer
(A) True
[#518] Which of the following mode is used for opening a file in both reading and writing?
Correct Answer
(C) O_RDWR
[#519] Which option is used when we want to use an ERE with grep command?
Correct Answer
(C) -E
[#520] . . . . . . . . function is used for removing the last character from the line.
Correct Answer
(B) chop