Re: getting data into mails

2000-07-11 Thread Felix Natter
Sven Burgener <[EMAIL PROTECTED]> writes: > Hi all > > If I wanted to put some lines of text from, say a manual page, into an > email that I compose (in mutt/vi), how would I best / most easily do this? > > I know about vi's ":r!" command which places the output of a program > into the current

Re: getting data into mails

2000-07-07 Thread kmself
On Fri, Jul 07, 2000 at 09:03:37PM +0200, Sven Burgener wrote: > Hi all > > If I wanted to put some lines of text from, say a manual page, into an > email that I compose (in mutt/vi), how would I best / most easily do this? > > I know about vi's ":r!" command which places the output of a program

Re: getting data into mails

2000-07-07 Thread kmself
On Fri, Jul 07, 2000 at 09:03:37PM +0200, Sven Burgener wrote: > Hi all > > If I wanted to put some lines of text from, say a manual page, into an > email that I compose (in mutt/vi), how would I best / most easily do this? man foo | mutt -s "man foo" [EMAIL PROTECTED] -- Karsten M. Self h

getting data into mails

2000-07-07 Thread Sven Burgener
Hi all If I wanted to put some lines of text from, say a manual page, into an email that I compose (in mutt/vi), how would I best / most easily do this? I know about vi's ":r!" command which places the output of a program into the current file. I'm not using X here, just plain console with exim