public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Is ksh available on cygwin
@ 2002-02-27 13:07 Sanjay Gupta
  2002-02-27 15:10 ` Andrew T. Schnable
  2002-02-27 15:41 ` Karsten Fleischer
  0 siblings, 2 replies; 5+ messages in thread
From: Sanjay Gupta @ 2002-02-27 13:07 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

Hello All,
I want to know, whether ksh is available on cygwin. I am not able to find
ksh. Is it called by some different name in cygwin ?

Thanks
Sanjay

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Is ksh available on cygwin
  2002-02-27 13:07 Is ksh available on cygwin Sanjay Gupta
@ 2002-02-27 15:10 ` Andrew T. Schnable
  2002-02-27 15:41 ` Karsten Fleischer
  1 sibling, 0 replies; 5+ messages in thread
From: Andrew T. Schnable @ 2002-02-27 15:10 UTC (permalink / raw)
  To: Sanjay Gupta, cygwin

I'm a long-time ksh guy - but I have found bash to be a very workable
substitute.   It starts up in an emacs editing mode - if you prefer vi - 
do a "set -o vi".

Andy
schnable@enteract.com

----- Original Message ----- 
From: "Sanjay Gupta" <SGupta@Epylon.com>
To: <cygwin@cygwin.com>
Sent: Wednesday, February 27, 2002 3:46 PM
Subject: Is ksh available on cygwin


> Hello All,
> I want to know, whether ksh is available on cygwin. I am not able to find
> ksh. Is it called by some different name in cygwin ?
> 
> Thanks
> Sanjay
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 
> 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Is ksh available on cygwin
  2002-02-27 13:07 Is ksh available on cygwin Sanjay Gupta
  2002-02-27 15:10 ` Andrew T. Schnable
@ 2002-02-27 15:41 ` Karsten Fleischer
  1 sibling, 0 replies; 5+ messages in thread
From: Karsten Fleischer @ 2002-02-27 15:41 UTC (permalink / raw)
  To: Sanjay Gupta, cygwin

Sanjay,

> I want to know, whether ksh is available on cygwin. I am not able to find
> ksh. Is it called by some different name in cygwin ?

ksh93 for Cygwin will be available soon. The official downloadable source
for ksh in its current state won't compile on Cygwin OOTB.
I am waiting for an source code update from AT&T.

Karsten


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Is ksh available on cygwin
  2002-02-27 15:42 Sanjay Gupta
@ 2002-02-27 15:49 ` Luke Bakken
  0 siblings, 0 replies; 5+ messages in thread
From: Luke Bakken @ 2002-02-27 15:49 UTC (permalink / raw)
  To: Sanjay Gupta; +Cc: 'Andrew T. Schnable', cygwin

pdksh compiles ootb and is pretty much the same as ksh.

this won't work the same as AT&T korn shell:
print 'hey' | read a; print $a

but it probably won't matter.

On Wed, 27 Feb 2002, Sanjay Gupta wrote:

> Thanks for information.
>
> I have some Oracle monitoring scripts that have been written for Unix
> platforms using ksh. I have one database which is running on NT. I was
> trying to port those scripts for cygwin. Since ksh is not available for now,
> what I have done is just copy bash.exe to ksh.exe. In this way, I don't have
> to do much changes,  because every script has first line #!/bin/ksh and also
> the shell script extenstion are .ksh
>
>
>
> -----Original Message-----
> From: Andrew T. Schnable [mailto:schnable@enteract.com]
> Sent: Wednesday, February 27, 2002 2:21 PM
> To: Sanjay Gupta; cygwin@cygwin.com
> Subject: Re: Is ksh available on cygwin
>
>
> I'm a long-time ksh guy - but I have found bash to be a very workable
> substitute.   It starts up in an emacs editing mode - if you prefer vi -
> do a "set -o vi".
>
> Andy
> schnable@enteract.com
>
> ----- Original Message -----
> From: "Sanjay Gupta" <SGupta@Epylon.com>
> To: <cygwin@cygwin.com>
> Sent: Wednesday, February 27, 2002 3:46 PM
> Subject: Is ksh available on cygwin
>
>
> > Hello All,
> > I want to know, whether ksh is available on cygwin. I am not able to find
> > ksh. Is it called by some different name in cygwin ?
> >
> > Thanks
> > Sanjay
> >
> > --
> > Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> > Bug reporting:         http://cygwin.com/bugs.html
> > Documentation:         http://cygwin.com/docs.html
> > FAQ:                   http://cygwin.com/faq/
> >
> >
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Is ksh available on cygwin
@ 2002-02-27 15:42 Sanjay Gupta
  2002-02-27 15:49 ` Luke Bakken
  0 siblings, 1 reply; 5+ messages in thread
From: Sanjay Gupta @ 2002-02-27 15:42 UTC (permalink / raw)
  To: 'Andrew T. Schnable', cygwin

Thanks for information.

I have some Oracle monitoring scripts that have been written for Unix
platforms using ksh. I have one database which is running on NT. I was
trying to port those scripts for cygwin. Since ksh is not available for now,
what I have done is just copy bash.exe to ksh.exe. In this way, I don't have
to do much changes,  because every script has first line #!/bin/ksh and also
the shell script extenstion are .ksh



-----Original Message-----
From: Andrew T. Schnable [mailto:schnable@enteract.com]
Sent: Wednesday, February 27, 2002 2:21 PM
To: Sanjay Gupta; cygwin@cygwin.com
Subject: Re: Is ksh available on cygwin


I'm a long-time ksh guy - but I have found bash to be a very workable
substitute.   It starts up in an emacs editing mode - if you prefer vi - 
do a "set -o vi".

Andy
schnable@enteract.com

----- Original Message ----- 
From: "Sanjay Gupta" <SGupta@Epylon.com>
To: <cygwin@cygwin.com>
Sent: Wednesday, February 27, 2002 3:46 PM
Subject: Is ksh available on cygwin


> Hello All,
> I want to know, whether ksh is available on cygwin. I am not able to find
> ksh. Is it called by some different name in cygwin ?
> 
> Thanks
> Sanjay
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 
> 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-02-27 23:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-27 13:07 Is ksh available on cygwin Sanjay Gupta
2002-02-27 15:10 ` Andrew T. Schnable
2002-02-27 15:41 ` Karsten Fleischer
2002-02-27 15:42 Sanjay Gupta
2002-02-27 15:49 ` Luke Bakken

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).