Re: [ilugd]: School Students LGPL devanagri fonts

2002-11-27 Thread LinuxLingam
> Well, the news has finally made it to ILUG-D web site. > > Avneesh and Shivaas, please let me know how you would want these fonts to > be published and I can make them available for download at ILUG-D site. > > And a cute suggestion - how about sending in your pictures so that we all > get to see

[ilugd]: Stdout and redirection

2002-11-27 Thread D.Venkatasubramanian, Noida
Hi, How can I both redirect and write to the standard output at the same time? I am using bash. Thanks and Regards, Venky To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject header. Check archives at http://www.m

[ilugd]: memo on It@schools: powerful

2002-11-27 Thread LinuxLingam
http://www.symonds.net/~fsug-kochi/mass-memo.html To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject header. Check archives at http://www.mail-archive.com/ilugd%40wpaa.org

[ilugd]:

2002-11-27 Thread K S Ponia
Hi all,   Can anybody suggest upon   1. What is the cost for Oracle 9i for Linux 2. What is the cost for Oracle 9i for Linux   Thanks in advance   K.S.Ponia

Re: [ilugd]:

2002-11-27 Thread prabhas kumar sahu
hi if u need the cost for oracle 9i for Linux, if u need this cd then u come to delhi and go to the Nehru Place, u purchase the cd, the cost is one hundred rupees only. so pls come here and take this cd. urs well wisher On Wed, 27 Nov 2002 K S Ponia wrote : Hi all, Can anybody suggest upon

Re: [ilugd]: Stdout and redirection

2002-11-27 Thread Chhabra, Paras
Use tee for writing to file as well as stdout. D.Venkatasubramanian, Noida wrote: Hi, How can I both redirect and write to the standard output at the same time? I am using bash. Thanks and Regards, Venky To unsubscribe, send email to

Re: [ilugd]: Stdout and redirection

2002-11-27 Thread Lalit Kumar Bhasin
Hi, Use tee command $ (command) | tee where filename is file where you want output to be redirected. Lalit - Original Message - From: "D.Venkatasubramanian, Noida" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 27, 2002 5:41 PM Subject: [ilugd]: Stdout and redirec

RE: [ilugd]: Stdout and redirection

2002-11-27 Thread D.Venkatasubramanian, Noida
Hi, Thanks, that solves part of the problem. Is there a way to do the same for standard error. Cannot use standard output as one of my program closes stdout. Problem is I can't change the program, thats a requirement, so I print message from that on standard error. Need to display and redirect to

Re: [ilugd]: Stdout and redirection

2002-11-27 Thread Lalit Kumar Bhasin
Hi, Cannot you redirect your standard error to standard output and then use the tee command. $ (prog_name) 2>&1 | tee filename ( forgotten the syntax in bash shell for this redirection...please check it). Regds Lalit - Original Message - From: "D.Venkatasubramanian, Noida

Re: [ilugd]:

2002-11-27 Thread Mithun Bhattacharya
--- prabhas kumar sahu <[EMAIL PROTECTED]> wrote: > hi > > if u need the cost for oracle 9i for Linux, if u need this cd then > u come to delhi and go to the Nehru Place, u purchase the cd, the > cost is one hundred rupees only. > so pls come here and take this cd. Is there a Oracle office i

Re: [ilugd]:

2002-11-27 Thread Tarun Dua
1. What is the cost for Oracle 9i for Linux 2. What is the cost for Oracle 9i for Linux Thanks in advance K.S.Ponia A Dell-certified configuration for Oracle9i on Red Hat Advanced Server will cost US$11,900 per node, Dell said. This includes a PowerEdge 6400 server with a single processor, 1G-b

Fw: [ilugd]:

2002-11-27 Thread Tarun Dua
Correction, I think I misinterpreted the previous link. Although enterprises don't have to pay extra for the components Oracle added to Red Hat Linux, the bundled price for Oracle9i RAC is $60,000 per processor, the same as for Oracle9i RAC on all other platforms http://www.itworld.com/AppDev/13

Re: [ilugd]:

2002-11-27 Thread Raju Mathur
> "prabhas" == prabhas kumar sahu <[EMAIL PROTECTED]> writes: prabhas> hi if u need the cost for oracle 9i for Linux, if u need prabhas> this cd then u come to delhi and go to the Nehru Place, u prabhas> purchase the cd, the cost is one hundred rupees only. so prabhas> pls com

RE: [ilugd]: Stdout and redirection

2002-11-27 Thread Raju Mathur
> "Venky" == D Venkatasubramanian writes: Venky> Hi, Thanks, that solves part of the problem. Is there a way Venky> to do the same for standard error. Cannot use standard Venky> output as one of my program closes stdout. Problem is I Venky> can't change the program, thats a re