On Friday 17 of June 2011 16:55:41 Fernan Bolando wrote: > 1. insert a character in a line? - I usually retype the whole line with .c
if you have a line in the form: > foo bar BAZ frob knob and want to insert text after BAZ, do: s,BAZ,& new text new text, where the `&' stands for whatever was matched; here BAZ. -- dexen deVries [[[↓][→]]] For example, if the first thing in the file is: <?kzy irefvba="1.0" rapbqvat="ebg13"?> an XML parser will recognize that the document is stored in the traditional ROT13 encoding. (( Joe English, http://www.flightlab.com/~joe/sgml/faq-not.txt ))
