The man command in the following session is used to save the manual page for the tcsh command in the tcsh.man file. The output of the ls -l tcsh.man command shows that the size of tcsh.man file is 252679 bytes. The gzip tcsh.man command compresses the tcsh.man file and saves it in the tcsh.man.gz file. The output of the gzip -l tcsh.man command shows that 70.8% disk space is saved by storing the compressed version of the tcsh.man file.
What will be an ideal response?
```
$ man tcsh > tcsh.man
$ ls -l tcsh.man
-rw-r--r-- 1 msarwar faculty 252679 Dec 16 2002 tcsh.man
$ gzip tcsh.man
$ gzip -l tcsh.man
compressed uncompressed ratio uncompressed_name
73684 252679 70.8% tcsh.man
$
```
You might also like to view...
When a parameter is declared using the __________ qualifier, the procedure has access to the original argument variable and may make changes to its value.
a. ByValue b. ByAddress c. ByRef d. ByDefault
Since it is easy to make configuration changes after a database is created, it's best to get the database created and make changes as necessary afterward.
Answer the following statement true (T) or false (F)
The strategy that schedules processes based on their group affiliation is generally referred to as _________
A) ?shortest process next ? B) ?fair share scheduling C) ?queuing analysis ? D) ?simulation modeling
The Lens Flare filter can be created in any layer, regardless of whether it is empty or contains artwork.
Answer the following statement true (T) or false (F)