Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Linux vi :r command help
what would be the command to insert the first 5 lines of the pwfile2 file. Open pwfile1 in vi:vi pwfile1From inside vi, figure out a way to insert the first 5 lines of the pwfile2 file. To clarify: the only file you should have open in vi is pwfile1, and you should be able to perform the operation without exiting pwfile1.