What argument causes gzip to write the compressed file to stdout rather than a file?

What will be an ideal response?

Use the –c option to gzip to have it write its output to stdout rather than to a file.

Computer Science & Information Technology

You might also like to view...

Superscripts are assigned by the computer when an array is created in internal memory.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Variables that are shared by every instances of a class are __________.

a. public variables b. private variables c. instance variables d. class variables

Computer Science & Information Technology