dtksh


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting dtksh
# 1  
Old 03-07-2005
dtksh

I was reluctently content with the fact that I am stuck using ksh88 until, perderabo, I believe, posted in another thread that Solaris provides ksh93 in the form of dtksh (/usr/dt/bin/dtksh). I read the man page for dtksh and it shows scads of X related information.

I have run some test scripts using dtksh without anything major blowing up and the version does in fact show "Version M-12/28/93d". It seems reasonable to assume that this is indeed a true ksh93 shell but, with the X extensions, I would like to know if this is a specialized branch and if it's generally not recommended for everyday shell scripts.

Any thoughts?

Thomas
# 2  
Old 03-07-2005
Graphical K shell

Yep, looks like it's a graphical shell. You can get ksh93 (ast-ksh) here:

http://www.research.att.com/sw/download/
# 3  
Old 03-07-2005
jolok, thanks for the reply.

Quote:
Originally Posted by jolok
Yep, looks like it's a graphical shell.
Could you be more specific? What does "it's a graphical shell" mean exactly? Does it have a bigger memory foot print (I would assume so)? Am I going to realize seriously poor performance because it is a graphical shell? As I said, I ran some tests and I am not using xterm and text is being dumped to my tty. So, essentially, I would like to know if I would be adversly affected by using it.

Quote:
You can get ksh93 (ast-ksh)
Not a chance, especially since my scripts are ksh88 compatible. At a minimum, I would like to use associate arrays in a couple instances.

Thomas
# 4  
Old 03-07-2005
Quote:
Originally Posted by tmarikle
Not a chance, especially since my scripts are ksh88 compatible. At a minimum, I would like to use associate arrays in a couple instances.
Well I'm lost. You already have ksh88...you want something else....but not ksh93. However, you're considering dtksh which is ksh93 plus graphical extensions. But you're worried that the graphical extensions may cause you trouble.

Thomas, you're a hard dude to please... Smilie
# 5  
Old 03-07-2005
Quote:
Originally Posted by perderabo
you're a hard dude to please...
Smilie That is too funny, I'm not hard to please, just poor at communicating (so says my wife and now you).

I can use ksh88 but I would like to use ksh93. I don't care about about graphical extensions in dtksh and I won't be able to get ksh93 installed. I only want to know if using dtksh to gain ksh93 functionality would be a bad thing. How's that?

Thanks for making my laugh, that was a great way to end the day.

Thomas
# 6  
Old 03-07-2005
My opinion: It's part of CDE, so unless CDE is installed, no dtksh will be available. I like my scripts to be portable so I will not make my scripts dependent on CDE. I would not want to explain to someone that they must install CDE to run my non-graphical shell script.
# 7  
Old 03-07-2005
And there's my first reply...

You can get ksh93 (ast-ksh) at the link I supplied earlier. That's what you asked for Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Dtksh gui help

I'm trying to make a gui to automate several tasks. I have already set up most of the labels and buttons, but am stuck on this... I need to ssh into a specific password protected server, when attempting to login using the button on my gui, it asks for the password on the terminal window instead... (0 Replies)
Discussion started by: melloyello294
0 Replies

2. Shell Programming and Scripting

Dtksh + Motif newb

I have a script that creates a Form and multiple textfield, text, and label widgets in which the user inputs data, and submits it to be organized and formatted accordingly.... Some of the information that the user is manually adding comes from a text area in a separate application. Is it... (0 Replies)
Discussion started by: insamniac
0 Replies
Login or Register to Ask a Question