PdfPrep.com

Which of the following commands creates the ZIP archive poems.zip containing all files in the current directory whose names end in .txt?

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

Exit mobile version