- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: dtksh
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 01:43 AM
11-25-2008 01:43 AM
dtksh
I am working in Unix .I wish to learn GUI using shell programming .
But I don't have any basic idea of dtksh.
I did not get much information from net.
Could you please help to know about dtksh ?
Or anyone has the documents for the same?
Regards
Muktha
- Tags:
- dtksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 01:47 AM
11-25-2008 01:47 AM
Re: dtksh
This is just ksh93, nothing to do with GUI.
It should be pretty much the same as a real shell, ksh or sh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 03:07 AM
11-25-2008 03:07 AM
Re: dtksh
If you're serious about using dtksh, you should get this book:
http://www.amazon.com/Kornshell-Graphical-Programming-Addison-Wesley-Professional/dp/0201633752
If you want an easier and more modern tool for doing GUI programming from a script I'd look at TCL/Tk:
http://hpux.connect.org.uk/hppd/hpux/Tcl/tcltk-8.5.4/
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 04:59 AM
11-25-2008 04:59 AM
Re: dtksh
GUIs aside, one of the nicest features available in the 'dtksh' (Korn93) shell is the ability to compute and work in real numbers and not just integers.
Your HP server will offer 'dtksh' as '/usr/dt/bin/dtksh' -- along with a manpage (of course).
# cat .realnums
#!/usr/dt/bin/dtksh
typeset -F R1
typeset -E R2
(( R1=1/8 ))
echo ${R1}
(( R2=1/8 ))
echo ${R2}
exit 0
# ./realnums
.1250000000
0.125
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 11:30 AM
11-25-2008 11:30 AM
Re: dtksh
reading:
at first http://kornshell.com/doc/ksh93.html
and second this one has helped me a LOT with ksh93:
http://mideiros.net/doc/system/packages/ksh/MEMORANDUM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 08:15 PM
11-25-2008 08:15 PM
Re: dtksh
Pls check the below links
http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V40F_HTML/DTKSH/DOCU_007.HTM
=======================
http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51A_HTML/MAN/MAN1/0034____.HTM
Regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 08:31 PM
11-25-2008 08:31 PM
Re: dtksh
http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V40F_HTML/DTKSH/DOCU_011.HTM
Regards
Prashant