Unix - Study Mode
[#221] Which command is used for unzipping files which are compressed using zip command?
Correct Answer
(C) unzip
[#222] Which built variable is used for defining the field delimiter in the output?
Correct Answer
(A) OFS
[#223] The command c0 will change the text from current cursor to the end of line.
Correct Answer
(B) False
[#224] To remove the file named my document.txt, which one of the following commands will be used?
Correct Answer
(A) rm my document.txt
[#225] Which of the following symbol(s) can be used to redirect the output to a file or another program?
Correct Answer
(D) |, > and >>