111k views
0 votes
Create a file called trees, containing the following individual lines: Oak tree Pine tree Spruce tree Cottonwood Maple tree Use the vi editor to create a file called more_trees, and copy in the contents of the trees file. Next, add the following trees at the end of the list. Redwood Willow tree Use a command to compare the trees and more_trees files and that outputs the differences in columns.

User Maressyl
by
4.7k points

1 Answer

3 votes

Answer:

Check the explanation

Step-by-step explanation:

Below are the process and procedures in answering the given question above.

⇒Use the vi editor to create the trees file.

⇒Use the vi editor with the :r option to import the trees file into the more_trees file and then add the new lines.

⇒Type comm trees more_trees and press Enter.

User SeaBiscuit
by
4.3k points