JAVA/Sun Exam Questions

Which command can be used to compress these text files?

You have a directory that contains only text files. You wish to compress all of these files. Which command can be used to compress these text files?

A.
ls * | compress

B.
echo * > compress –

C.
compress *

D.
compress < echo *