$ 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
$
```
You might also like to view...
To preview an attached file created in an Office 2013 application, you do not need to have that application installed on your computer.
Answer the following statement true (T) or false (F)
You can work with Notepad to create a standard DOCX file and then use Notepad's Save As Web Page option to convert the document into HTML format.
Answer the following statement true (T) or false (F)
A(n) ____ file is a data file that stores a user's Outlook items, including e-mail messages.
A. messages B. personal folders C. e-mail D. user
Consider the following function prototype:int seqSearch(const listType& list, int searchItem);The actual parameter cannot be modified by ____.
A. seqSearch B. listType C. list D. searchItem