On Mon, 9 Jun 2003, Matt Zimmerman wrote: > On Tue, Jun 10, 2003 at 05:40:22AM +0800, John Summerfield wrote: > > > I feel impelled to mention that this form is really useful. I often > > write sed programs thus as I find it more readable than anything else > > Ive come up with: > > mv /etc/vim/vimrc /etc/vim/vimrc~ > > sed </etc/vim/vimrc~ >/etc/vim/vimrc \ > > [...] > > Wouldn't it be easier to create a ~/.vimrc with the commands you want?
1. It's not effective for all users 2. I do this at install time (I have my own installer). -- Cheers John. Join the "Linux Support by Small Businesses" list at http://mail.computerdatasafe.com.au/mailman/listinfo/lssb
