New Editors Interview Questions :: ALLInterview.com http://www.allinterview.com New Editors Interview Questions en-us I want to open only one instance of vb application(.exe ) in my Mach http://www.allinterview.com/showanswers/28288.html How to run the converter for visual studio IDE? http://www.allinterview.com/showanswers/15302.html How to get the &quot;old&quot; (version 6) Visual C++ look in the new http://www.allinterview.com/showanswers/15301.html How to I override a base class method in Visual Studio .NET and in V http://www.allinterview.com/showanswers/15300.html How to add an event handler in Visual Studio .NET and in Visual Stud http://www.allinterview.com/showanswers/15299.html What does the /text command do? http://www.allinterview.com/showanswers/11060.html /text: it will search for the string. after pressing enter it takes u to that text location. Thank you, Raam ramumcato@yahoo.com Which command is used to replace many characters? http://www.allinterview.com/showanswers/11059.html By pressing "Esc"+i key. How to enter from command mode to insertion mode? http://www.allinterview.com/showanswers/11058.html There are several commands that put the VI editor into insert mode. The most commonly used commands to get into insert mode are a and i. What is the command used to replace many characters? http://www.allinterview.com/showanswers/11057.html this question should bhave been for many same words that appear many times, for this press escape to go to command line, then type :%s/old_word/new_word/g g for global What is the difference between ZZ and :wq commands? http://www.allinterview.com/showanswers/11056.html I guess both do the same task..! in the sense :wq,:x and ZZ are used to save the changes of edited to storage and quit.. but to jot down the difference a foolish one.. :wq and :x requires <enter> key to be pressed to fire this commands wher What is the format of vi command? http://www.allinterview.com/showanswers/11055.html vi filename Raam ramumcato@yahoo.com How to return to shell without leaving vi editor? http://www.allinterview.com/showanswers/11054.html In the vi Press 'Esc' and ':' then Type 'shell' And you can go to shell and do different commands. To return to vi editor type 'exit' in shell prompt. How to create a .exrc file in vi editor? http://www.allinterview.com/showanswers/11053.html How to append a file to current file? http://www.allinterview.com/showanswers/11052.html 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 What is the difference between lettered buffer and temporary buffer? http://www.allinterview.com/showanswers/11051.html