MCQOPTIONS
Saved Bookmarks
| 1. |
The Unix command :$ vi file1 file2 |
| A. | Edits file1 and stores the contents of file1 in file2 |
| B. | Both files i.e. file1 and file2 can be edited using 'ex' command to travel between the files |
| C. | Both files can be edited using 'mv' command to move between the files |
| D. | Edits file1 first, saves it and then edits file2 |
| Answer» C. Both files can be edited using 'mv' command to move between the files | |