Re: How do I generate a korn shell for Linux?

2003-07-03 Thread Jon Haugsand
* [EMAIL PROTECTED] RH 8 I guess I may need to be a little more clear. The application is creating a file mfgempty.ksh. This is failing in the bash shell. I wnet to change the users shell and I did not see ksh as a choice. # cat redhat-release Red Hat Linux release 8.0 (Psyche) # grep

RE: How do I generate a korn shell for Linux?

2003-07-03 Thread santosh kumar
:11 PM To: [EMAIL PROTECTED] Subject: Re: How do I generate a korn shell for Linux? * [EMAIL PROTECTED] RH 8 I guess I may need to be a little more clear. The application is creating a file mfgempty.ksh. This is failing in the bash shell. I wnet to change the users shell and I did not see

Re: How do I generate a korn shell for Linux?

2003-07-03 Thread Robert P. J. Day
On Wed, 2 Jul 2003, dlangschied wrote: RH 8 I guess I may need to be a little more clear. The application is creating a file mfgempty.ksh. This is failing in the bash shell. I wnet to change the users shell and I did not see ksh as a choice. if you truly need the official ksh (not

RE: How do I generate a korn shell for Linux?

2003-07-03 Thread Robert P. J. Day
On Thu, 3 Jul 2003, santosh kumar wrote: Just I downloaded this rpm pdksh-5.2.14-13.i386.rpm and installed with command rpm -Uvh pdksh-5.2.14-13.i386.rpm , its started working with ksh. as i mentioned in a previous post, if you truly need a korn shell that matches precisely the ksh 93

How do I generate a korn shell for Linux?

2003-07-02 Thread dlangschied
I have a application that creates a ksh script, but I don't have /bin/ksh. I would like to get ksh on my Linux server. The app is for Linux, so I gotta believe that I missed it somewhere in the install that it isn't on my system. Sincerely, David Langschied Langschied Consulting Services 25644

Re: How do I generate a korn shell for Linux?

2003-07-02 Thread Ian Mortimer
I have a application that creates a ksh script, but I don't have /bin/ksh. I would like to get ksh on my Linux server. The app is for Linux, so I gotta believe that I missed it somewhere in the install that it isn't on my system. You don't say which version of RH. Most versions come with

Re: How do I generate a korn shell for Linux?

2003-07-02 Thread dlangschied
48066 Phone: (586)777-7542 Cell: (248)789-8493 e-mail: [EMAIL PROTECTED] - Original Message - From: Ian Mortimer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 8:37 PM Subject: Re: How do I generate a korn shell for Linux? I have a application that creates

Re: How do I generate a korn shell for Linux?

2003-07-02 Thread Ian Mortimer
RH 8 rpm -Uvh /mnt/cdrom/RedHat/RPMS/pdksh-5.2.14-19.i386.rpm I guess I may need to be a little more clear. The application is creating a file mfgempty.ksh. This is failing in the bash shell. I wnet to change the users shell and I did not see ksh as a choice. You will after you install

Re: How do I generate a korn shell for Linux?

2003-07-02 Thread dlangschied
: [EMAIL PROTECTED] - Original Message - From: Ian Mortimer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 9:59 PM Subject: Re: How do I generate a korn shell for Linux? RH 8 rpm -Uvh /mnt/cdrom/RedHat/RPMS/pdksh-5.2.14-19.i386.rpm I guess I may need