COMPLETION
1. ____________________ commands focus on extracting specific information from files, such as using
the comm command to compare file contents.
2. ____________________ and transformation commands alter and transform extracted information into
useful and appealing formats.
3. The sed editor is sometimes called a(n) ____________________ editor because input to sed is
rendered in standard output (to display on the screen).
4. The first task in the record design phase is to define the ____________________ in the records.
5. A shell script should contain not only the commands to execute, but also ____________________ to
identify and explain the shell script so that users or programmers other than the script’s author can
understand how it works.
ANS: comments
REF: 233
MATCHING
Match each command with a statement below.
1. compares sorted files and shows differences
2. selects lines or rows
3. counts characters, words, or lines in a file
4. selects columns (fields)