...
Software-Engineering
August 24, 2024
UNIX-Operating-System
August 24, 2024
Software-Engineering
August 24, 2024
UNIX-Operating-System
August 24, 2024

UNIX-Operating-System

Question 2
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
Question 2 Explanation: 
$vi file1 file2 → Both files i.e. file1 and file2 can be edited using ‘ex’ command to travel between the files.
Correct Answer: B
Question 2 Explanation: 
$vi file1 file2 → Both files i.e. file1 and file2 can be edited using ‘ex’ command to travel between the files.

Leave a Reply

Your email address will not be published. Required fields are marked *