[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

ATM 'vi' stuff




Hi Pete,

> If you had, say, the MKS toolkit (a bunch of unix utilities
> ported over to DOS and the 'vi' editor,

You can get a freeware 'vi' clone called 'vim' which works
really well and is free from the GNU people.

> the fix would look like:
 
>   C:\vi badfile.doc
>   [screen of stuff]
>   :1,$s/$=//
>   ZZ

Sorry to correct you, but you're REALLY close (probably made a typo)
The third line should read 

    :1,$s/=$//

Yes, I'm a 'vi' geek!  It's the Editor of the Gods.  Cheers!

                                             rudy