Two hopefully quick question to the vi gurus out there:<BR><BR>1. How to recall previous VI commands and edit them<BR><BR>2. How to replace a string with a string with a newline in it like this ...
Modern shells support command-line editing for efficient recall and correction of commands. Command-line editing is more efficient than using the shell's history mechanism. Shells like KornShell, Bash ...