Posted by: Pdfprep
Post Date: December 24, 2020
Which of the following commands creates the ZIP archive poems.zip containing all files in the current directory whose names end in .txt?
A . zip *.txt > poems.zip
B . zcat *.txt poems.zip
C . zip poems.zip *.txt
D . zip cfz poems.zip *.txt
E . cat *.txt | zip poems.zip
Answer: C
Leave a Reply