List of questions
Related questions
Question 70 - 010-160 discussion
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
Your answer:
0 comments
Sorted by
Leave a comment first