Unix - Study Mode
[#876] Which of the following is supported by awk?
Correct Answer
(D) if, while, for
[#877] We have to specify whether we want to cut fields or columns while using cut command.
Correct Answer
(A) True
[#878] An operator can't perform any function without being combined with a command or itself.
Correct Answer
(A) True
[#879] Which option is used with the cut command for cutting field base on the value of our specified delimiter?
Correct Answer
(C) -d
[#880] Which command is used for displaying contents of a file?
Correct Answer
(C) cat