Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

_____The UNIX command to reduce the size of one or more files. a. cc b. uncompre

ID: 3695507 • Letter: #

Question

_____The UNIX command to reduce the size of one or more files.

a. cc                  b. uncompress     c. compress        d. cpio

_____The UNIX command to display a calendar for a month or year.

a. time               b. date               c. calendar          d. cal

_____The UNIX command that will search for and process a pattern on a file.

This command is considered a pattern scanning and processing language.

a. sed                b. awk               c. scan               d. search

_____The UNIX command to restore a file compressed by the compress command.

a. chmod            b. compress        c. umask           d. uncompress

_____The UNIX command that compiles one or more C language source files.

a. compile          b. cc                 c. rcs                 d. sccs

_____The UNIX command that will display the difference between two files.

a. compare          b. uniq              c. diff                d. delta

Explanation / Answer

1. The UNIX command to reduce the size of one or more files is " cpio ".

2. The UNIX command to display a calendar for a month or year is " cal .

3. The UNIX command that will search for and process a pattern on a file. This command is considered a pattern        scanning and processing language is " awk ".

4. The UNIX command to restore a file compressed by the compress command is " uncompress ".

5. The UNIX command that compiles one or more C language source files is " cc ".

6. The UNIX command that will display the difference between two files " diff ".