Copy /bin/bash to the working directory and make two copies so you have three identical files: bash1, bash2, and bash3. Compress bash1 using gzip and bash2 using bzip2. Do not change bash3. Which utility does the best job of compressing the file? Which does the worst? How big is bash2.bz2 compared to bash3?
What will be an ideal response?
$ gzip bash1
$ bzip2 bash2
$ ls -l bash*
The gzip utility does not do as good a job as bzip2. The bash2.bz2 file is
about 44 percent as big as bash3.
You might also like to view...
What should be included in an informed consent document?
What will be an ideal response?
To change a theme's color scheme, click the Effects button in the Themes group on the Design tab.
Answer the following statement true (T) or false (F)
A printer app for iOS or Android must be obtained by visiting the printer vendor's website
Indicate whether the statement is true or false
When creating network diagrams, what icon description typically represents a network switch?
a. An icon that has a hockey-puck shape with two arrows pointing inward and two arrows pointing outward. b. An icon that resembles a brick wall. c. An icon that is rectangular in shape, with squiggly lines on the front. d. An icon that is rectangular, which contains four arrows pointing in opposite directions.