Who knows teco?

From: Paul Koning <pkoning_at_equallogic.com>
Date: Mon Oct 18 07:38:01 2004

>>>>> "Paul" == Paul Koning <pkoning_at_equallogic.com> writes:

>> FN^j$<cr>$ <--- change all vs FS change next

OOPS. Brain lockup.

FN means "replace next anywhere between here and end of file" while FS
means "replace next in current buffer". Current buffer holds whatever
fits, or up to the next form feed character.

To do replace-all, you need a loop:

   <FN<lf>$<cr>$;>

Angle brackets are loop delimiters; semicolon is "exit loop if
preceding command failed".

          paul
Received on Mon Oct 18 2004 - 07:38:01 BST

This archive was generated by hypermail 2.3.0 : Fri Oct 10 2014 - 23:37:22 BST