c$ will begin from the character under the curser till the
end of line. so when you use this command it will show you $
sign at the end of the line and you can change till that point.
to append file1 to file2. first open file1 in vi editor
using vi file1 command. then to append file1 to file 2 just
use the following command.
:w>>file2 so file 1 will be appended to file 2
Temporary Buffer
Deleted or copied text goes into a temporary unnamed
buffer. The contents of the temporary buffer may be
retrieved by using the p or P commands.
Lettered Buffers
There are 26 lettered buffers (a-z). Contents of a lettered
buffer are saved until you copy or delete more characters
into it, or until you quit your current vi session.
eg.
From Command Mode
"ayy Copy (yank) a line into buffer letter "a"
"ap Put contents of lettered buffer a below the
current line
Command Mode
Insert Mode
LastLine mode
Webmaster 22nd of May 2012
Tell us what you feel about Editors Interview Questions and Answers
All comments will be published after review. No login or registration is required to post a comment on Editors Interview Questions and Answers We offer and invite you to submit your valuable comment now; Please be respectful of others when commenting. Insulting others, self-promotional comments, website promotional comments, marketing stuff, SEO Techniques, SMS-style content and off-topic comments will not be approved at this information portal.
So start sharing your thoughts regarding Editors Interview Questions and Answers
Thank you.