Unix - Study Mode

[#1036] . . . . . . . . option counts the number of lines containing the pattern?
Correct Answer

(A) -c

[#1037] We can escape the itself using escaping.
Correct Answer

(A) True

[#1038] Which one of the following is the correct syntax for grep command?
Correct Answer

(D) grep options pattern filename(s)

[#1039] cpio program can be used with redirection and piping.
Correct Answer

(A) True

[#1040] . . . . . . . . function returns the first occurrence of a character in a string.
Correct Answer

(B) index