1.

Which option is used with gzip command for recursive compression?(a) -c(b) -l(c) -d(d) -rI had been asked this question in my homework.I'd like to ask this question from Compressing and Archiving Files in section Handling Ordinary Files of Unix

Answer»

Right answer is (d) -r

To explain: Like many other UNIX commands, we can PERFORM recursive compression. Through this process, we can compress all files in the DIRECTORY. To perform this operation, -r option is USED with gzip COMMAND.



Discussion

No Comment Found

Related InterviewSolutions