$ co -l input.c RCS/input.c,v --> input.c revision 1.1 (locked) done $ vi input.c [ edit the file ] $ ci input.c [ command output ] $
What will be an ideal response?
```
$ rcs -o1.2.input.c
RCS file: RCS/input.c,v
deleting version 1.2
done
$
```
Computer Science & Information Technology
You might also like to view...
What protocol is used by both web browsers or specialized programs to exchange and manipulate files over an Internet protocol computer network?
a. SSH b. FTP c. HTML d. Telnet
Computer Science & Information Technology
MC To select specific fields from a table, replace the asterisk in a SELECT query with a________list of the field names to select.
a) comma-separated. b) semicolon-separated. c) hyphen-separated. d) None of the above.
Computer Science & Information Technology