Importing Files into vi

You can also merge multiple files in vi by reading additional files into the current one, as shown in Figure 4.13. Basically, all this means is that you insert one file into the file you’re currently editing.

Figure 4.13. Reading an additional file into the current one can make your editing tasks much easier.

To Import Files in vi:

1.
vi hairyspider At the shell prompt, type vi followed by the filename to start vi with, in this case, the hairyspider file.
2.
:r filename At the point in the file ...

Get Unix Third Edition: Visual Quickstart Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.