1. Which command will be used with vi editor to insert text to left of cursor?





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->Which option is used to insert ghosted text behind the content on the page?....
QA->Rahim travelled straight from point E to F at a distance of 5 km. From F he turned left and travelled 6 km and reached point G, there he took a left turn and travelled 5 km to reach point H. He took another left turn and travelled 2 km and reached point I. How far is he from the starting point ?....
QA->Arun started walking towards North after walking 30m, he turned left and walked 40m. He then turned left and walked 30m. He again turned left and walked 50m. How far is he from his original position....
QA->To align a column of text evenly on both the right and left margins throughout the column, use:....
QA->The shortcut key used to insert a hyper link in MS Word is....
MCQ->Which command will be used with vi editor to insert text to left of cursor?....
MCQ->What will be the output of the program? public class Test138 { public static void stringReplace (String text) { text = text.replace ('j' , 'c'); / Line 5 / } public static void bufferReplace (StringBuffer text) { text = text.append ("c"); / Line 9 / } public static void main (String args[]) { String textString = new String ("java"); StringBuffer textBuffer = new StringBuffer ("java"); / Line 14 / stringReplace(textString); bufferReplace(textBuffer); System.out.println (textString + textBuffer); } }....
MCQ->You have linked SQLPlus to an external text editor. To invoke the text editor for use within SQLPlus, which command do you use?....
MCQ->Which command will be used with vi editor to replace text from cursor to right?....
MCQ->What command is used with vi editor to replace text from cursor to right....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution